Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Graysonzhan opened this issue Jul 26, 2024 · 15 comments
Closed

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

Graysonzhan opened this issue Jul 26, 2024 · 15 comments
Assignees
Labels
bug Something isn't working

Comments

@Graysonzhan
Copy link

📦 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

@Graysonzhan Graysonzhan added the bug Something isn't working label Jul 26, 2024
@Issues-translate-bot
Copy link

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


Title: [Bug] Unable to automatically generate title

@Kosette
Copy link
Contributor

Kosette commented Jul 26, 2024

最近的更新 0236e13 将gpt系列的总结模型调整为 gpt-4o-mini ,如果你的服务中没有这个模型可能会没法总结。

@Issues-translate-bot
Copy link

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


Recent updates 0236e13 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
Copy link
Author

用的Gemini-1.5-pro

@Issues-translate-bot
Copy link

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


Used Gemini-1.5-pro

@Kosette
Copy link
Contributor

Kosette commented Jul 27, 2024

用的Gemini-1.5-pro

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

@Issues-translate-bot
Copy link

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
Copy link
Author

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

API用的同一个。

@Issues-translate-bot
Copy link

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
Copy link

EdiWang commented Aug 2, 2024

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

@EdiWang
Copy link

EdiWang commented Aug 2, 2024

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
Copy link

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 Dogtiti self-assigned this Aug 6, 2024
@Dogtiti Dogtiti mentioned this issue Aug 6, 2024
10 tasks
@Dogtiti
Copy link
Member

Dogtiti commented Aug 6, 2024

fixed

@Dogtiti Dogtiti closed this as completed Aug 6, 2024
@Graysonzhan
Copy link
Author

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

@Issues-translate-bot
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants