feat: move Azure-exclusive pricing plan mappings to config2.yaml.example

This commit is contained in:
莘权 马 2024-02-02 18:10:32 +08:00
parent 0e864dc9da
commit c720c1d82f
2 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,13 @@ llm:
base_url: "YOUR_BASE_URL"
api_key: "YOUR_API_KEY"
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
# Azure-exclusive pricing plan mappings
# - gpt-3.5-turbo 4k: "gpt-3.5-turbo"
# - gpt-4-turbo: "gpt-4-1106-preview"
# - gpt-4-turbo-vision: "gpt-4-1106-preview"
# - gpt-4 8k: "gpt-4"
# See for more: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/
# pricing_plan: "gpt-4-turbo-preview"
proxy: "YOUR_PROXY"