移除旧文档

This commit is contained in:
Sakurasan
2026-08-30 13:45:29 +08:00
parent 253e968c9d
commit 96e4853d6e
11 changed files with 0 additions and 55 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

-25
View File
@@ -1,25 +0,0 @@
# Azure OpenAI for team
1.需要获取 api-key和endpoint [https://[resource name].openai.azure.com/)
![](./azure_key%26endpoint.png)
> 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) 使用方式
- ![](azure_ama.png)
- 每个 team server 用户旁边有一个复制按钮,点击后,把复制的链接粘贴到浏览器,可以一键设置
## Claude
- opencat 添加Claude api, key name以 "claude.key名称",即("Api类型.Key名称")
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

-6
View File
@@ -1,6 +0,0 @@
## 添加ApiKey
gemini的"ApiType":"google"
或者使用 google.xxxx 的apikey名称 添加
![gemini key](./gemini_key.jpg)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

-24
View File
@@ -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.添加接口
![](ama_pandora_provider.png)
2.创建用户&Copy Config
![](ama_pandora_copy_config.png)
Ex:`ama://set-api-key?server=http%3A%2F%2F123.456.7.89&key=8fc322fa-15d2-43d7-bc59-621554e82c2a`
3.Configure Client
![](ama_pandora_config_client.png)
3.测试聊天
![](ama_pandora_chat_test.png)