branch: elpa/gptel
commit 44780a408a3cf73a03f1ece3a6b570c160914834
Author: Erich Grunewald <[email protected]>
Commit: GitHub <[email protected]>
gptel-anthropic: Add `claude-3-5-sonnet-20240620` (#331)
gptel-anthropic.el (gptel-make-anthropic): Add Add
`claude-3-5-sonnet-20240620`.
---
gptel-anthropic.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gptel-anthropic.el b/gptel-anthropic.el
index 353ba8dcdc..27767dd065 100644
--- a/gptel-anthropic.el
+++ b/gptel-anthropic.el
@@ -107,7 +107,8 @@
(lambda () (when-let (key (gptel--get-api-key))
`(("x-api-key" . ,key)
("anthropic-version" . "2023-06-01")))))
- (models '("claude-3-sonnet-20240229"
+ (models '("claude-3-5-sonnet-20240620"
+ "claude-3-sonnet-20240229"
"claude-3-haiku-20240307"
"claude-3-opus-20240229"))
(host "api.anthropic.com")