Skip to content

Commit 5af7f17

Browse files
committed
Update selected model in ChatBot component from gpt-3.5-turbo to gpt-4o-mini
1 parent 127ff62 commit 5af7f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/ChatBot/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const downloadResponse = (text) => {
138138
link.click();
139139
};
140140
141-
const selectedModel = ref("gpt-3.5-turbo");
141+
const selectedModel = ref("gpt-4o-mini");
142142
const temperature = ref(0.5);
143143
const prompt = ref("assistant");
144144
const userInput = ref("");

0 commit comments

Comments
 (0)