Robert Brennan

Results 1267 comments of Robert Brennan

LGTM, but will wait for FE folks. Looks like there are some merge conflicts

@Yashwanth-Chandrakumar apologies but we're now working off a new set of designs. This is going to get redone in the next few days

We've updated the docs here, and fixed the model list. I think this one should be covered now

Best guess is that it's an API key issue Can you share your exact environment variables and commands for setting up the proxy?

`export LLM_BASE_URL="http://0.0.0.0:4000/"` This looks wrong. It should probably be `export LLM_BASE_URL="http://127.0.0.1:4000/"`

Also--how are you serving Claude locally? Shouldn't BASE_URL be pointing to Anthropic's API?

@DOLARIK we need more information about your environment and the problem you're seeing. Can you file a new issue and fill out the template? The docker container only starts up...

@alexsiu398 it should be in the left nav, but it seems it's not always there for some envs... You can try googling why `Advanced` isn't there--I've only seen explanations for...

Should be fixed with the new docker installation method

Looks like that link is broken--do you have a PR?