13 lines
542 B
Properties
13 lines
542 B
Properties
|
|
server.port=20006
|
||
|
|
|
||
|
|
# 根据需要后面可以增加千问模型的配置,例如:
|
||
|
|
# qwen.apiKey=xxx
|
||
|
|
# qwen.endpoint=xxx
|
||
|
|
## 阿里云百炼 / DashScope OpenAI 兼容接口配置
|
||
|
|
# 实际使用时推荐通过环境变量 BAILIAN_API_KEY 注入,不要把真实密钥提交到代码仓库
|
||
|
|
bailian.apiUrl=https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions
|
||
|
|
bailian.model=qwen-max
|
||
|
|
# 设置你的百炼 API Key (开发环境)
|
||
|
|
# 生产环境请使用环境变量 BAILIAN_API_KEY
|
||
|
|
bailian.apiKey=sk-50d730eb1ad84bed8bb506b1ecd0fdd8
|