Skip to content

Commit 913a6d1

Browse files
committed
Updating default chat completion model
1 parent f74f54b commit 913a6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/openai/openai.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
async options() {
2222
return (await this.getChatCompletionModels({})).map((model) => model.id);
2323
},
24-
default: "gpt-3.5-turbo",
24+
default: "gpt-4o-mini",
2525
},
2626
embeddingsModelId: {
2727
label: "Model",

0 commit comments

Comments
 (0)