Skip to content

Commit

Permalink
make bro smarter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed May 14, 2024
1 parent 4acab7d commit ee4919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub async fn handle_message(
});

let parameters: ChatCompletionParameters = ChatCompletionParameters {
model: Gpt35Engine::Gpt35Turbo0125.to_string(),
model: "gpt-4o".to_owned(),
messages,
max_tokens: Some(32),
..Default::default()
Expand Down

0 comments on commit ee4919b

Please sign in to comment.