claude doc
This commit is contained in:
@@ -15,6 +15,7 @@ OpenCat for Team的开源实现
|
|||||||
| 任务 | 完成情况 |
|
| 任务 | 完成情况 |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|[Azure OpenAI](./doc/azure.md) | ✅|
|
|[Azure OpenAI](./doc/azure.md) | ✅|
|
||||||
|
|[Claude](./doc/azure.md) | ~~✅~~|
|
||||||
| ... | ... |
|
| ... | ... |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ Req:
|
|||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
api_type:不传的话默认为“openai”;当前可选值[openai,azure_openai]
|
api_type:不传的话默认为“openai”;当前可选值[openai,azure,claude]
|
||||||
endpoint: 当 api_type 为 azure_openai时传入(目前暂未使用)
|
endpoint: 当 api_type 为 azure_openai时传入(目前暂未使用)
|
||||||
|
|
||||||
Resp:
|
Resp:
|
||||||
@@ -236,4 +236,7 @@ Resp:
|
|||||||
"totalUnit" : 55
|
"totalUnit" : 55
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Whisper接口
|
||||||
|
### 与openai一致
|
||||||
|
|||||||
@@ -19,3 +19,7 @@
|
|||||||
- [AMA(问天)](http://bytemyth.com/ama) 使用方式
|
- [AMA(问天)](http://bytemyth.com/ama) 使用方式
|
||||||
- 
|
- 
|
||||||
- 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置
|
- 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置
|
||||||
|
|
||||||
|
## Claude
|
||||||
|
|
||||||
|
- opencat 添加Claude api, key name以 "claude.key名称",即("Api类型.Key名称")
|
||||||
|
|||||||
Reference in New Issue
Block a user