Switch to gpt-4o-mini
This commit is contained in:
parent
6d16f67280
commit
e2a1f9a398
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export async function generateTitleFromUserMessage({
|
|||
message: CoreUserMessage;
|
||||
}) {
|
||||
const { text: title } = await generateText({
|
||||
model: customModel('gpt-3.5-turbo'),
|
||||
model: customModel('gpt-4o-mini'),
|
||||
system: `\n
|
||||
- you will generate a short title based on the first message a user begins a conversation with
|
||||
- ensure it is not more than 80 characters long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue