Skip to content

Commit

Permalink
Clarify anthropic version in README
Browse files Browse the repository at this point in the history
I thought that `version` referred to the model version (which was a bit confusing), when it refers to the API version. This just tries to clarify that.
  • Loading branch information
thomasaarholt authored Nov 4, 2024
1 parent a3543cc commit 035f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ url = "https://api.groq.com/openai/v1/chat/completions"
api_key = "<yet_another_api_key>"
url = "https://api.anthropic.com/v1/messages"
default_model = "claude-3-opus-20240229"
version = "2023-06-01"
version = "2023-06-01" # anthropic API version, see https://docs.anthropic.com/en/api/versioning
```

`prompts.toml`
Expand Down

0 comments on commit 035f38d

Please sign in to comment.