feat: 更新默认提供者配置,修改基础URL和模型ID
This commit is contained in:
parent
4fabbe47e9
commit
f8e7bfcd54
@ -927,14 +927,14 @@ impl Config {
|
|||||||
"providers": {
|
"providers": {
|
||||||
"default": {
|
"default": {
|
||||||
"type": "openai",
|
"type": "openai",
|
||||||
"base_url": "https://api.openai.com/v1",
|
"base_url": "https://api.deepseek.com",
|
||||||
"api_key": "<YOUR_API_KEY>",
|
"api_key": "<YOUR_API_KEY>",
|
||||||
"extra_headers": {}
|
"extra_headers": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"default": {
|
"default": {
|
||||||
"model_id": "gpt-4o",
|
"model_id": "deepseek-v4-flash",
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
"context_window_tokens": 128000
|
"context_window_tokens": 128000
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user