Skip to content

Commit 95d58de

Browse files
committed
Improve anthropic login wording
1 parent b67f940 commit 95d58de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Improve anthropic login wording.
6+
57
## 0.100.0
68

79
- Add config.json schema. #293

src/eca/llm_providers/anthropic.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,9 @@
403403
(swap! db* assoc-in [:auth provider] {:step :login/waiting-login-method})
404404
(send-msg! (multi-str "Now, inform the login method:"
405405
""
406-
"- max: Claude Pro/Max"
407-
"- console: Automatically create API Key and use it"
408-
"- manual: Manually enter API Key")))
406+
"- max: Claude Pro/Max (for claude.ai accounts, subscription)"
407+
"- console: Automatically create API Key and use it (non subscription)"
408+
"- manual: Manually enter API Key (non subscriptions)")))
409409

410410
(defmethod f.login/login-step ["anthropic" :login/waiting-login-method] [{:keys [db* input provider send-msg!]}]
411411
(case input

0 commit comments

Comments
 (0)