1 parent 1390acf commit ba6386dCopy full SHA for ba6386d
1 file changed
llm-env
@@ -8,7 +8,7 @@
8
# source ./llm-env config <command>
9
10
# Version information
11
-VERSION="1.3.4"
+VERSION="1.3.5"
12
13
# ---------- Shell Detection and Version ----------
14
@@ -1027,6 +1027,8 @@ set_single_provider() {
1027
fi
1028
if [[ -n "$auth_token" ]]; then
1029
export ANTHROPIC_AUTH_TOKEN="$auth_token"
1030
+ # Also set ANTHROPIC_API_KEY from auth_token if not already set
1031
+ export ANTHROPIC_API_KEY="${ANTHROPIC_API_KEY:-$auth_token}"
1032
1033
export LLM_PROVIDER="$provider"
1034
export LLM_PROTOCOL="$protocol"
0 commit comments