modify config

This commit is contained in:
xiangjinyu 2025-03-07 01:14:09 +08:00
parent 9e966e4b86
commit b5c1b9ed88

View File

@ -8,6 +8,6 @@ temperature = 0.0
# Optional configuration for specific LLM models
[llm.vision]
model = "gpt-4o"
model = "claude-3-5-sonnet"
base_url = "https://api.openai.com/v1"
api_key = "sk-..."