31 lines
668 B
Plaintext
31 lines
668 B
Plaintext
[discord]
|
|
server_id =
|
|
api_key =
|
|
|
|
[openai]
|
|
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
|
|
embeddings_model = all-MiniLM-L6-v2
|
|
embeddings_api_base = http://api:30316/v1
|
|
persistent_dir = /tmp/data
|
|
db_dir = /tmp/data/db
|
|
milvus_host =
|
|
milvus_port =
|
|
memory_collection = localai
|
|
memory_chunk_size = 600
|
|
memory_chunk_overlap = 110
|
|
memory_results = 3
|
|
memory_search_type = mmr |