We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca016c commit 43fb957Copy full SHA for 43fb957
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- Require approval for `eca_shell_command` if running outside workspace folders.
6
+- Fix anthropic subscription.
7
8
## 0.36.5
9
src/eca/llm_providers/anthropic.clj
@@ -34,8 +34,7 @@
34
(http/post
35
url
36
{:headers (assoc-some
37
- {"x-api-key" api-key
38
- "anthropic-version" "2023-06-01"
+ {"anthropic-version" "2023-06-01"
39
"Content-Type" "application/json"}
40
"x-api-key" (when-not oauth? api-key)
41
"Authorization" (when oauth? (str "Bearer " api-key))
0 commit comments