feat: 实现基础的随机转发能力
This commit is contained in:
16
aiproxy.example.yml
Normal file
16
aiproxy.example.yml
Normal file
@ -0,0 +1,16 @@
|
||||
# 用于访问代理接口的 KEY,自己随意定义
|
||||
InKeys:
|
||||
- sk-xbwMZecelXS
|
||||
# 模型池,每个模型可以有多组转发目标
|
||||
# 每一组转发目标由 target 和 key 组成
|
||||
ApiPools:
|
||||
gpt-4-1106-preview:
|
||||
- Target: https://api.openai.com
|
||||
Key: sk-key1
|
||||
- Target: https://api.proxy.cc
|
||||
Key: sk-key2
|
||||
gpt-3.5-turbo:
|
||||
- Target: https://api.proxy.cc
|
||||
Key: sk-key2
|
||||
- Target: https://api.free.io
|
||||
Key: sk-key3
|
Reference in New Issue
Block a user