use gpt-4-turbo-preview as default

This commit is contained in:
geekan 2024-01-31 14:01:25 +08:00
parent 41907b1fe3
commit 16f54abb3d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ llm:
api_type: "openai"
base_url: "YOUR_BASE_URL"
api_key: "YOUR_API_KEY"
model: "gpt-3.5-turbo-1106" # or gpt-4-1106-preview
model: "gpt-4-turbo-preview" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
proxy: "YOUR_PROXY"