Skip to content

Commit

Permalink
Switch to gpt 4o
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed May 18, 2024
1 parent 16f52c8 commit b5c5d0f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/openai/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ use crate::{

use self::{conversation_handler::ChatGptConversation, events::*, functions::*};

// cheap but dumb
// const MODEL_NAME: &str = "gpt-3.5-turbo-0613";
// expensive but no rate limit
// const MODEL_NAME: &str = "gpt-4-0613";
// best and cheapest but there is a rate limit
const MODEL_NAME: &str = "gpt-4-0125-preview";

const MODEL_NAME: &str = "gpt-4o-2024-05-13";

const SYSTEM_PROMPT: &str = "You are a hexapod pet robot. Your name is Hopper. \
You can perform physical actions such as dance, sit, stand up by calling functions. \
Expand Down

0 comments on commit b5c5d0f

Please sign in to comment.