移除旧文档
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 61 KiB |
@@ -1,25 +0,0 @@
|
|||||||
# Azure OpenAI for team
|
|
||||||
|
|
||||||
1.需要获取 api-key和endpoint [https://[resource name].openai.azure.com/)
|
|
||||||

|
|
||||||
|
|
||||||
> 2.Pleause use model name as deployment name
|
|
||||||
|
|
||||||
| model name | deployment name |
|
|
||||||
| --- | --- |
|
|
||||||
|gpt-35-turbo | gpt-35-turbo |
|
|
||||||
|gpt-35-turbo-16k | gpt-35-turbo-16k |
|
|
||||||
| gpt-4 | gpt-4 |
|
|
||||||
|
|
||||||
## How to use
|
|
||||||
- opencat 使用方式
|
|
||||||
- key name以 azure.[resource name]的方式添加
|
|
||||||
- 密钥任取一个
|
|
||||||
- <img src="./azure_openai_for_team.png" alt="azure_openai_for_team" height="600">
|
|
||||||
- [AMA(问天)](http://bytemyth.com/ama) 使用方式
|
|
||||||
- 
|
|
||||||
- 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置
|
|
||||||
|
|
||||||
## Claude
|
|
||||||
|
|
||||||
- opencat 添加Claude api, key name以 "claude.key名称",即("Api类型.Key名称")
|
|
||||||
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 294 KiB |
@@ -1,6 +0,0 @@
|
|||||||
## 添加ApiKey
|
|
||||||
gemini的"ApiType":"google"
|
|
||||||
|
|
||||||
或者使用 google.xxxx 的apikey名称 添加
|
|
||||||

|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 39 KiB |
@@ -1,24 +0,0 @@
|
|||||||
# pandora for team
|
|
||||||
|
|
||||||
[pandora](https://github.com/pengzhile/pandora)是一个把ChatGPT(web/App)接口化的项目,可以看做是第三方 OpenAI API 提供方(接口和OpenAI一致)
|
|
||||||
|
|
||||||
## 准备
|
|
||||||
- https://ai.fakeopen.com/auth1 获取accesstoken
|
|
||||||
|
|
||||||
- https://ai.fakeopen.com/token 创建apikey
|
|
||||||
|
|
||||||
## 客户端设置
|
|
||||||
|
|
||||||
1.添加接口
|
|
||||||

|
|
||||||
|
|
||||||
2.创建用户&Copy Config
|
|
||||||

|
|
||||||
|
|
||||||
Ex:`ama://set-api-key?server=http%3A%2F%2F123.456.7.89&key=8fc322fa-15d2-43d7-bc59-621554e82c2a`
|
|
||||||
|
|
||||||
3.Configure Client
|
|
||||||

|
|
||||||
|
|
||||||
3.测试聊天
|
|
||||||

|
|
||||||