Skip to content

Commit cf30936

Browse files
committed
switch got model to gpt-4o
1 parent ca9503e commit cf30936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/repositories/ChatCompletionRepository.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {useLoadingStore} from "@/stores/LoadingStore.js";
33
import {useSettingsStore} from "@/stores/SettingsStore.js";
44
import {AlertStore} from "@/stores/AlertStore.js";
55

6-
const model = "gpt-4-turbo-preview" // "gpt-4-turbo-preview" // "gpt-3.5-turbo-0125" //
6+
const model = "gpt-4o" // "gpt-4-turbo"
77

88
export async function getResponse(messageHistory, command, wordLoading = false,
99
sentenceLoading = false) {

0 commit comments

Comments
 (0)