You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
427 B
34 lines
427 B
client:
|
|
enabled: false
|
|
url: null
|
|
platform: auto
|
|
|
|
llm:
|
|
service: litellm
|
|
model: gpt-4
|
|
vision_enabled: false
|
|
functions_enabled: false
|
|
context_window: 2048
|
|
max_tokens: 4096
|
|
temperature: 0.8
|
|
|
|
local:
|
|
enabled: true
|
|
tts_service: piper
|
|
stt_service: local-whisper
|
|
|
|
server:
|
|
enabled: false
|
|
host: 0.0.0.0
|
|
port: 10001
|
|
|
|
stt:
|
|
service: openai
|
|
|
|
tts:
|
|
service: openai
|
|
|
|
tunnel:
|
|
service: ngrok
|
|
exposed: false
|