claude doc

This commit is contained in:
Sakurasan
2023-09-16 21:18:32 +08:00
parent 545147abe0
commit aa1d00cd55
3 changed files with 10 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ OpenCat for Team的开源实现
| 任务 | 完成情况 | | 任务 | 完成情况 |
| --- | --- | | --- | --- |
|[Azure OpenAI](./doc/azure.md) | ✅| |[Azure OpenAI](./doc/azure.md) | ✅|
|[Claude](./doc/azure.md) | ~~✅~~|
| ... | ... | | ... | ... |

View File

@@ -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:
@@ -237,3 +237,6 @@ Resp:
} }
] ]
``` ```
## Whisper接口
### 与openai一致

View File

@@ -19,3 +19,7 @@
- [AMA(问天)](http://bytemyth.com/ama) 使用方式 - [AMA(问天)](http://bytemyth.com/ama) 使用方式
- ![](azure_ama.png) - ![](azure_ama.png)
- 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置 - 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置
## Claude
- opencat 添加Claude api, key name以 "claude.key名称",即("Api类型.Key名称")