mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
Ai proxy support doubao (#1337)
This commit is contained in:
@@ -650,6 +650,19 @@ provider:
|
||||
}
|
||||
```
|
||||
|
||||
### 使用 OpenAI 协议代理豆包大模型服务
|
||||
|
||||
**配置信息**
|
||||
|
||||
```yaml
|
||||
provider:
|
||||
type: doubao
|
||||
apiTokens:
|
||||
- YOUR_DOUBAO_API_KEY
|
||||
modelMapping:
|
||||
'*': YOUR_DOUBAO_ENDPOINT
|
||||
timeout: 1200000
|
||||
```
|
||||
|
||||
### 使用月之暗面配合其原生的文件上下文
|
||||
|
||||
|
||||
Reference in New Issue
Block a user