From 035f38de881c053c8d227e93124a65b61eb77b0d Mon Sep 17 00:00:00 2001 From: Thomas Aarholt Date: Mon, 4 Nov 2024 14:46:22 +0100 Subject: [PATCH] Clarify anthropic version in README 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 705a4ea..e42ea1e 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ url = "https://api.groq.com/openai/v1/chat/completions" 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`