12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
# ===== ZEP记忆图谱配置 =====
|
|
ZEP_API_KEY=your_zep_api_key_here
|
|
|
|
# ===== 通用 LLM 配置 =====
|
|
LLM_API_KEY=your_api_key_here
|
|
LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
|
|
LLM_MODEL_NAME=qwen-plus
|
|
|
|
# ===== 加速 LLM 配置(可选)=====
|
|
LLM_BOOST_API_KEY=your_boost_api_key_here
|
|
LLM_BOOST_BASE_URL=https://another-api-provider.com/v1
|
|
LLM_BOOST_MODEL_NAME=gpt-4o-mini |