10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
# OPEN API URL
|
||
OPENROUTER_API_URL=https://example.com/v1/chat/completions
|
||
# OpenRouter API 密钥
|
||
# 从 https://openrouter.ai/keys 获取
|
||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||
|
||
# OpenRouter 模型名称(可选,默认为 qwen/qwen3-vl-8b-instruct)
|
||
OPENROUTER_MODEL=qwen/qwen3-vl-8b-instruct
|
||
|