Skip to content

Commit

Permalink
chore: update default openai model to gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop authored Dec 28, 2024
1 parent 2eb62f2 commit 367e4ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

0 comments on commit 367e4ca

Please sign in to comment.