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
@ -17,4 +18,4 @@ OPENAI_API_KEY=sk-xxxxxxxxxxxxxxx
# 第三方 TTS可选用于调用第三方 TTS 服务)
# TTS_BASE_URL=http://[你的局域网或公网地址]:[端口号]/[SECRET_PATH]/api
# 比如http://192.168.31.205:4321/xxxx/api注意不要使用 localhost 或 127.0.0.1
# 比如http://192.168.31.205:4321/xxxx/api注意不要使用 localhost 或 127.0.0.1