We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b463601 commit f74f54bCopy full SHA for f74f54b
components/openai/actions/analyze-image-content/analyze-image-content.mjs
@@ -44,7 +44,7 @@ export default {
44
const { id: assistantId } = await this.openai.createAssistant({
45
$,
46
data: {
47
- model: "gpt-4-vision-preview",
+ model: "gpt-4o", // replaced from "gpt-4-vision-preview" - see https://platform.openai.com/docs/deprecations
48
},
49
});
50
0 commit comments