Files
openclaw-ollama-toolcall-proxy/.env.example
hotwa 587e319520 feat: add Osaurus API authentication support
- 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>
2026-03-22 15:20:40 +08:00

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