Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
- Added support for the new Claude 3.5 Sonnet model
- New anthropic_version variable in configuration
- Updated default model to Claude 3.5 Sonnet (claude-3-5-sonnet-20240620)
- Renamed version to claude_version in configuration for clarity
- Updated Client class to use new anthropic_version and claude_version variables
- Adjusted headers in Client class to include dynamic anthropic-version from config
- Modified URL construction in Client class to use claude_version instead of version
  • Loading branch information
RMNCLDYO committed Jun 24, 2024
1 parent 9609124 commit b977299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.0.1"
"version": "v1.0.2"
}

0 comments on commit b977299

Please sign in to comment.