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

@@ -278,18 +278,6 @@ const workflows: Prompt[] = [
];
const actions: Prompt[] = [
{
name: 'debug:action:gpt4',
action: 'text',
model: 'gpt-4o',
messages: [],
},
{
name: 'debug:action:vision4',
action: 'text',
model: 'gpt-4o',
messages: [],
},
{
name: 'debug:action:dalle3',
action: 'image',
@@ -302,12 +290,6 @@ const actions: Prompt[] = [
model: 'lcm-sd15-i2i',
messages: [],
},
{
name: 'debug:action:fal-sdturbo',
action: 'image',
model: 'fast-turbo-diffusion',
messages: [],
},
{
name: 'debug:action:fal-upscaler',
action: 'Clearer',
@@ -332,14 +314,14 @@ const actions: Prompt[] = [
messages: [],
},
{
name: 'debug:action:fal-summary-caption',
name: 'Generate a caption',
action: 'Generate a caption',
model: 'llava-next',
model: 'gpt-4o-mini',
messages: [
{
role: 'user',
content:
'Please understand this image and generate a short caption. Limit it to 20 words. {{content}}',
'Please understand this image and generate a short caption that can summarize the content of the image. Limit it to up 20 words. {{content}}',
},
],
},
@@ -393,7 +375,7 @@ content: {{content}}`,
{
name: 'Explain this image',
action: 'Explain this image',
model: 'gpt-4-vision-preview',
model: 'gpt-4o',
messages: [
{
role: 'user',
@@ -692,7 +674,7 @@ content: {{content}}`,
{
name: 'Make it real',
action: 'Make it real',
model: 'gpt-4-vision-preview',
model: 'gpt-4o',
messages: [
{
role: 'user',
@@ -731,7 +713,7 @@ content: {{content}}`,
{
name: 'Make it real with text',
action: 'Make it real with text',
model: 'gpt-4-vision-preview',
model: 'gpt-4o',
messages: [
{
role: 'user',