- Add OSAURUS_API_KEY config for Bearer token authentication - Handle Osaurus streaming format responses even with stream: false - Update .env.example with Osaurus configuration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
304 B
Plaintext
Executable File
13 lines
304 B
Plaintext
Executable File
# 下游 Ollama 地址
|
|
OLLAMA_PROXY_TARGET=http://127.0.0.1:11434
|
|
|
|
# 默认模型名
|
|
OLLAMA_DEFAULT_MODEL=hotwa/qwen35-opus-distilled-agent:latest
|
|
|
|
# 代理服务监听端口
|
|
PROXY_PORT=11435
|
|
PROXY_HOST=127.0.0.1
|
|
|
|
# Osaurus API Key (可选,如果下游需要认证)
|
|
# OSAURUS_API_KEY=your-api-key-here
|