Skip to content

Commit

Permalink
Fix spelling. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
BWStearns authored Apr 29, 2024
1 parent bbca247 commit 68614e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llm/claude/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Claude {
Self {
model: ClaudeModel::Claude3pus20240229.to_string(),
options: CallOptions::default(),
api_key: std::env::var("CLOUDE_API_KEY").unwrap_or_default(),
api_key: std::env::var("CLAUDE_API_KEY").unwrap_or_default(),
anthropic_version: "2023-06-01".to_string(),
}
}
Expand Down

0 comments on commit 68614e3

Please sign in to comment.