📦 Deployment Method
Docker, Other
📌 Version
v2.13.0
💻 Operating System
Windows, Ubuntu
📌 System Version
Windows11, Ubuntu22
🌐 Browser
Edge
📌 Browser Version
126.0.2592.87
🐛 Bug Description
Option Displays ‘undefined’
- When using the
DEFAULT_MODEL environment variable to set the default model to gpt-3.5, the model option displays as undefined. Despite this, the functionality remains operational.

The title of the automatic follow-up request is incorrect after the initial request. This issue occurs because the model is switched to gpt-3.5-turbo.
Successful initial request:

Failed title request:

📷 Recurrence Steps
- Set ENV
# Local Run
# .env file
DEFAULT_MODEL=gpt-3.5
# Docker Example
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxxx \
-e BASE_URL=https://xxxxxxxxx/ \
-e DEFAULT_MODEL=gpt-3.5 \
--name chatgpt-next-web \
chatgpt-next-web:v2.13.0
- Run or deploy the application
- Access the application. Open a new browser, or incognito mode (simulate a new user, to prevent cache effects)
Open in StackBlitz
🚦 Expected Behavior
The DEFAULT_MODEL environment variable should be correctly utilized
📝 Additional Information
No response
📦 Deployment Method
Docker, Other
📌 Version
v2.13.0
💻 Operating System
Windows, Ubuntu
📌 System Version
Windows11, Ubuntu22
🌐 Browser
Edge
📌 Browser Version
126.0.2592.87
🐛 Bug Description
Option Displays ‘undefined’
DEFAULT_MODELenvironment variable to set the default model togpt-3.5, the model option displays asundefined. Despite this, the functionality remains operational.The title of the automatic follow-up request is incorrect after the initial request. This issue occurs because the model is switched to
gpt-3.5-turbo.Successful initial request:
Failed title request:
📷 Recurrence Steps
Open in StackBlitz
🚦 Expected Behavior
The
DEFAULT_MODELenvironment variable should be correctly utilized📝 Additional Information
No response