chore: cleanup outdated model & upgrade model (#7739)

This commit is contained in:
darkskygit
2024-08-05 10:13:33 +00:00
parent e6e9f7d4c7
commit 0acc1bd9e8
8 changed files with 16 additions and 44 deletions

View File

@@ -2,16 +2,14 @@
// TODO(@Peng): automate this
export const promptKeys = [
'debug:chat:gpt4',
'debug:action:gpt4',
'debug:action:vision4',
'debug:action:dalle3',
'debug:action:fal-sd15',
'debug:action:fal-upscaler',
'debug:action:fal-remove-bg',
'debug:action:fal-face-to-sticker',
'debug:action:fal-summary-caption',
'chat:gpt4',
'Summary',
'Generate a caption',
'Summary the webpage',
'Explain this',
'Explain this image',

View File

@@ -382,7 +382,7 @@ Could you make a new website based on these notes and send back just the html fi
return textToText({
...options,
content: options.input,
promptName: 'debug:action:fal-summary-caption',
promptName: 'Generate a caption',
});
});