Skip to content

Commit

Permalink
Update GPT model from gpt-4-turbo to gpt-4o (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored May 14, 2024
1 parent 12b5a8c commit 17a7059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/assistant-setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import dedent from "dedent";
const prodAssistantID = "asst_eMM9QaWLi6cajHE4PdG1yU53";
const devAssistantID = "asst_ejVrAgjhhvCw6jGFYq5JyBqj";

const model = "gpt-4-turbo";
const model = "gpt-4o";

const temperature = 0.1;
const instructions = dedent`
You are Botkube AI assistant.
Expand Down

0 comments on commit 17a7059

Please sign in to comment.