ChatGPTNextWeb / ChatGPT-Next-Web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
https://app.nextchat.dev/
MIT License
72.61k stars 57.69k forks source link

[Bug] #4767

Open yexia553 opened 1 month ago

yexia553 commented 1 month ago

Bug Description

使用自定义接口(Azure OPENAI)时,我基于gpt-4o部署了一个模型,但是当自定义模型名为gpt-4o时,在模型(model)那里就选不到我自定义这个,把自定义模型名修改为其他值就可以,但是,此时UI上输入框这里就没有上传文件的功能 image

感谢开发者提供这个好用的工具~~

Steps to Reproduce

参考下面这个截图进行配置即可复现,我在多个浏览器上都试过,每次都必现 image

Expected Behavior

能修复这个问题就好啦

Screenshots

No response

Deployment Method

Desktop OS

windows11

Desktop Browser

chrome

Desktop Browser Version

No response

Smartphone Device

No response

Smartphone OS

No response

Smartphone Browser

No response

Smartphone Browser Version

No response

Additional Logs

No response

nextchat-manager[bot] commented 1 month ago

Please follow the issue template to update description of your issue.

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Title: [Bug]

sparkssssssssss commented 1 month ago

用的最新版,内置了4o的吧

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


I'm using the latest version, it has 4o built-in, right?

Kosette commented 1 month ago

模型名和内置的冲突了,不知道在CUSTOM_MODEL=+all,-gpt-4o能不能解决这个问题。

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


The model name conflicts with the built-in one. I wonder if CUSTOM_MODEL=+all,-gpt-4o can solve this problem.

Dean-YZG commented 1 month ago

you can use 'gpt-4o-customized' as your model'name,if include 'gpt-4o' in the model name, you can use the image upload function