ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Bug] gpt-4o models missing in GUI selection
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### π¦ Deployment Method
Docker
### π Version
yidadaa/chatgpt-next-web:latest
### π» Operating System
Windows, Other Linux
### π System Version
Windows 11
### π Browser
Chrome
### π Browser Version
131.0.6778.206
### π Bug Description
All of the **OpenAI 4o models** suddenly started missing on all of my devices. I tested different configuration settings for the **CUSTOM_MODELS** variable. For example the following:
``
CUSTOM_MODELS=+chatgpt-4o-latest,+gpt-4o,-gpt-3.5-turbo,-gpt-3.5-turbo-1106,-gpt-3.5-turbo-0125,-gpt-4o-mini-2024-07-18,-gpt-4-turbo-2024-04-09,-gpt-4-1106-preview,-gemini-1.0-pro,-gemini-1.5-pro,-gemini-1.5-pro-002,-gemini-1.5-pro-exp-0827,-gemini-1.5-flash-8b-latest,-gemini-1.5-flash,-gemini-1.5-flash-8b,-gemini-1.5-flash-002,-gemini-1.5-flash-exp-0827,-learnlm-1.5-pro-experimental,-gemini-exp-1114,-gemini-exp-1121,-gemini-exp-1206,-gemini-2.0-flash-exp,-gemini-2.0-flash-thinking-exp-1219,-claude-instant-1.2,-claude-2.0,-claude-2.1,-claude-3-sonnet-20240229,-claude-3-opus-20240229,-claude-3-opus-latest,-claude-3-haiku-20240307,-claude-3-5-haiku-20241022,-claude-3-5-haiku-latest,-claude-3-5-sonnet-20240620,-claude-3-5-sonnet-20241022,-claude-3-5-sonnet-latest,-ernie-4.0-turbo-8k,-ernie-4.0-8k,-ernie-4.0-8k-preview,-ernie-4.0-8k-preview-0518,-ernie-4.0-8k-latest,-ernie-3.5-8k,-ernie-3.5-8k-0205,-ernie-speed-128k,-ernie-speed-8k,-ernie-lite-8k,-ernie-tiny-8k,-Doubao-lite-4k,-Doubao-lite-32k,-Doubao-lite-128k,-Doubao-pro-4k,-Doubao-pro-32k,-Doubao-pro-128k,-qwen-turbo,-qwen-plus,-qwen-max,-qwen-max-0428,-qwen-max-0403,-qwen-max-0107,-qwen-max-longcontext,-hunyuan-pro,-hunyuan-standard,-hunyuan-lite,-hunyuan-role,-hunyuan-functioncall,-hunyuan-code,-hunyuan-vision,-glm-4-plus,-glm-4-0520,-glm-4,-glm-4-air,-glm-4-airx,-glm-4-long,-glm-4-flashx,-glm-4-flash,-glm-4v-plus,-glm-4v,-cogview-3-plus,-cogview-3,-deepseek-chat,-deepseek-coder,-general,-generalv3,-pro-128k,-generalv3.5,-4.0Ultra,-moonshot-v1-8k,-moonshot-v1-32k,-moonshot-v1-128k,-gpt-4o-mini@Azure,-o1-mini@Azure,-dall-e-3@Azure,-o1-preview@Azure
``
All of the following models seem to be missing to select:
``
"gpt-4o",
"gpt-4o-2024-05-13",
"gpt-4o-2024-08-06",
"gpt-4o-2024-11-20",
"chatgpt-4o-latest",
``
Cause those are the resulting models to select:

Even if I completely disable any ``CUSTOM_MODELS`` setting, every models exists except the 4o ones.
### π· Recurrence Steps
1. Use Docker setup.
2. Remove CUSTOM_MODELS or configure like in the bug description.
3. Open GUI and try to select one of the ``gpt-4o``` models.
### π¦ Expected Behavior
``gpt-4o``` models are shown in the GUI model selection and can be selected.
### π Additional Information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.