We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9503e commit cf30936Copy full SHA for cf30936
src/repositories/ChatCompletionRepository.js
@@ -3,7 +3,7 @@ import {useLoadingStore} from "@/stores/LoadingStore.js";
3
import {useSettingsStore} from "@/stores/SettingsStore.js";
4
import {AlertStore} from "@/stores/AlertStore.js";
5
6
-const model = "gpt-4-turbo-preview" // "gpt-4-turbo-preview" // "gpt-3.5-turbo-0125" //
+const model = "gpt-4o" // "gpt-4-turbo"
7
8
export async function getResponse(messageHistory, command, wordLoading = false,
9
sentenceLoading = false) {
0 commit comments