Skip to content
Discussion options

You must be logged in to vote

No, drop the /admin part. ANTHROPIC_BASE_URL is just the server root:

{ "name": "ANTHROPIC_BASE_URL", "value": "http://127.0.0.1:8082" }

/admin is only the settings page you open in the browser. The proxy serves the API at the root, so with /admin on the end the extension ends up calling http://127.0.0.1:8082/admin/v1/messages and that 404s. The only thing that log line tells you is the port number.

The token is yours to pick, nothing issues it to you. In the Admin UI it's the API/CLI Auth Token field under Runtime (that's ANTHROPIC_AUTH_TOKEN), and it ships with freecc as the default. So either leave it as freecc and put freecc in your settings JSON, or type any random string there and c…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@bingzwork
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Alishahryar1
Comment options

You must be logged in to vote
1 reply
@michaelraj-aa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants