Skip to content

Commit

Permalink
全く動作確認してない
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed May 10, 2024
1 parent 6772d50 commit 4fecfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/openai-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const fetchCompletion = async (
...(messageHistory ?? []),
{ role: "user", content: newMessage },
],
model: "gpt-4-turbo-preview",
model: "gpt-4-turbo",
});

0 comments on commit 4fecfb3

Please sign in to comment.