Commit 3a98eda
committed
fix(ai): correct the Context Chat embedding API key env var name
The documented name is CC_EM_API_KEY, but context_chat_backend reads
CC_EM_APIKEY. An administrator following the docs gets an unauthenticated
embedding client with no obvious sign of why.
Signed-off-by: Baki Burak Öğün <63836730+bakiburakogun@users.noreply.github.com>1 parent 834279d commit 3a98eda
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments