5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
|
# LLM API 配置
|
||
|
|
LLM_URL=https://your-llm-api/v1/chat/completions
|
||
|
|
LLM_API_KEY=your-api-key-here
|
||
|
|
LLM_MODEL=qwen3.6-plus
|