NextChat
NextChat copied to clipboard
Summarize the content using the current conversation model
Fix bug: #4587 The bug comes from: app/constant.ts
export const SUMMARIZE_MODEL = "gpt-3.5-turbo";
export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";
The problem of writing the summary model to death will result in the failure to summarize when using a non-GPT-3.5-turbo model I changed it to:
export const UsedModel= `{{model}}`;
export const SUMMARIZE_MODEL = UsedModel;
export const GEMINI_SUMMARIZE_MODEL = UsedModel;
This automatically selects the model used for summarization
@chengtx809 is attempting to deploy a commit to the NextChat Team on Vercel.
A member of the Team first needs to authorize it.
Your build has completed!
Preview deployment