ChatGPTNextWeb / ChatGPT-Next-Web

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

[Bug] 无法自动生成标题 #5111

Closed Graysonzhan closed 1 month ago

Graysonzhan commented 2 months ago

📦 Deployment Method

Vercel

📌 Version

Latest

💻 Operating System

Windows

📌 System Version

Latest

🌐 Browser

Chrome

📌 Browser Version

Latest

🐛 Bug Description

如题,对话无法自动生成标题。

📷 Recurrence Steps

No response

🚦 Expected Behavior

No response

📝 Additional Information

No response

Issues-translate-bot commented 2 months ago

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


Title: [Bug] Unable to automatically generate title

Kosette commented 2 months ago

最近的更新 https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/commit/0236e13187d396e627c1d3475653d08d75a41f4a 将gpt系列的总结模型调整为 gpt-4o-mini ,如果你的服务中没有这个模型可能会没法总结。

Issues-translate-bot commented 2 months ago

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


Recent updates https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/commit/0236e13187d396e627c1d3475653d08d75a41f4a Adjust the summary model of the gpt series to gpt-4o-mini. If you do not have this model in your service, you may not be able to summarize.

Graysonzhan commented 2 months ago

用的Gemini-1.5-pro

Issues-translate-bot commented 2 months ago

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


Used Gemini-1.5-pro

Kosette commented 2 months ago

用的Gemini-1.5-pro

export const GEMINI_SUMMARIZE_MODEL = "gemini-pro"; Gemini系列用的是 gemini-pro

Issues-translate-bot commented 2 months ago

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


Using Gemini-1.5-pro

export const GEMINI_SUMMARIZE_MODEL = "gemini-pro"; The Gemini series uses gemini-pro

Graysonzhan commented 1 month ago

再次试了下,在V3.0的环境中,Gemini-1.5-Pro可以生成标题,但是在V2.14环境中,无法生成。

API用的同一个。

Issues-translate-bot commented 1 month ago

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


I tried it again. In the V3.0 environment, Gemini-1.5-Pro ​​could generate the title, but in the V2.14 environment, it could not.

The API uses the same one.

EdiWang commented 1 month ago

Same issue here with Azure Open AI. I do have gpt-4o-mini deployed with exact same name in https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/commit/0236e13187d396e627c1d3475653d08d75a41f4a

CUSTOM_MODELS: -all,+gpt-4o@azure=gpt-4o,+gpt-4o-mini@azure=gpt-4o-mini

EdiWang commented 1 month ago

Update:

It seems the summary request is NOT using Azure as provider, which result in 401, because the URL is incorrect.

image

image

The expected URL should be

/api/azure/deployments/gpt-4o-mini/chat/completions

Actual URL is

/api/openai/v1/chat/completions

Lightmani commented 1 month ago

Same issue here with Azure Open AI. I do have gpt-4o-mini deployed with exact same name in 0236e13

CUSTOM_MODELS: -all,+gpt-4o@azure=gpt-4o,+gpt-4o-mini@azure=gpt-4o-mini

Same As you.

Dogtiti commented 1 month ago

fixed

Graysonzhan commented 1 month ago

更新到最新版,还是Gemini Pro还是无法生成标题

Issues-translate-bot commented 1 month ago

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


After updating to the latest version, Gemini Pro still cannot generate titles.