Files
aiproxy/aiproxy.example.yml

17 lines
451 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 用于访问代理接口的 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