Skip to content

Commit

Permalink
chore(models): updating default model
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Sep 30, 2024
1 parent 350f6c8 commit 5a46c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ async fn chat_completions(
let data = json!({
"maxTokensToSample": 4000,
"messages": [{"role": "user", "content": query}],
"model": "openai/gpt-4o",
"model": "anthropic::2023-06-01::claude-3.5-sonnet",
"temperature": 0.2,
"topK": -1,
"topP": -1,
Expand Down

0 comments on commit 5a46c69

Please sign in to comment.