--------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Hoshino-Yumetsuki <hoshino-yumetsuki@outlook.com> Co-authored-by: Neko <neko@ayaka.moe>
12 lines
333 B
Bash
12 lines
333 B
Bash
# Satori Configuration
|
|
SATORI_WS_URL=ws://localhost:5140/satori/v1/events
|
|
SATORI_API_BASE_URL=http://localhost:5140/satori/v1
|
|
SATORI_TOKEN=your_satori_token_here
|
|
|
|
# LLM Configuration
|
|
LLM_API_KEY=your_api_key_here
|
|
LLM_API_BASE_URL=https://api.openai.com/v1
|
|
LLM_MODEL=gpt-4
|
|
LLM_RESPONSE_LANGUAGE=English
|
|
LLM_OLLAMA_DISABLE_THINK=false
|