Add discord bot, github pipelines
This commit is contained in:
21
examples/discord/config.ini.example
Normal file
21
examples/discord/config.ini.example
Normal file
@@ -0,0 +1,21 @@
|
||||
[discord]
|
||||
server_id =
|
||||
api_key =
|
||||
|
||||
[openai]
|
||||
organization = fff
|
||||
api_key = sl-d-d-d
|
||||
|
||||
[settings]
|
||||
default_size = 1024x1024
|
||||
file_path = images/
|
||||
file_name_format = %Y_%m_%d_%H_%M_%S
|
||||
|
||||
[agent]
|
||||
llm_model = gpt-4
|
||||
tts_model = en-us-kathleen-low.onnx
|
||||
tts_api_base = http://api:8080
|
||||
functions_model = functions
|
||||
api_base = http://api:8080
|
||||
stablediffusion_api_base = http://api:8080
|
||||
stablediffusion_model = stablediffusion
|
||||
Reference in New Issue
Block a user