chore: update default openai model to gpt-4o-mini

This commit is contained in:
Del 2024-12-28 16:28:03 +08:00 committed by GitHub
parent 2eb62f2cc9
commit 367e4caef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
# OpenAI也支持通义千问、MoonShot、DeepSeek 等模型)
OPENAI_MODEL=gpt-4o
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxx
# OPENAI_BASE_URL=你的大模型接口的 baseURL比如https://api.openai.com/v1注意一般以 /v1 结尾)
OPENAI_MODEL=gpt-4o-mini
OPENAI_API_KEY=sk-proj-xxxxxxxxxxxxxxx
# 你的大模型服务接口比如https://api.openai.com/v1注意一般以 /v1 结尾)
# OPENAI_BASE_URL=https://api.openai.com/v1
# Azure OpenAI Service可选
# OPENAI_API_VERSION=2024-04-01-preview