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 f74f54b commit 913a6d1Copy full SHA for 913a6d1
components/openai/openai.app.mjs
@@ -21,7 +21,7 @@ export default {
21
async options() {
22
return (await this.getChatCompletionModels({})).map((model) => model.id);
23
},
24
- default: "gpt-3.5-turbo",
+ default: "gpt-4o-mini",
25
26
embeddingsModelId: {
27
label: "Model",
0 commit comments