tasks: using custom anthropic compatible llm provider to perform tasks name generation. #19887
iamriajul
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I found, the anthropic go sdk automatically uses these environment variables, I've tested on the coder 26 version, I had set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This request primarily asks for supporting
ANTHROPIC_BASE_URLenvironment variable, which would allow us to use custom LLM provider that is compatible with Anthropic API Endpoints like z.ai.Another request is to be compatible with both
ANTHROPIC_AUTH_TOKENandANTHROPIC_API_KEYenvironment variables, as they are both the same. currently onlyANTHROPIC_API_KEYused.Beta Was this translation helpful? Give feedback.
All reactions