Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: README displays incorrect env var name #234

Closed
wants to merge 1 commit into from

Conversation

joorjeh
Copy link
Contributor

@joorjeh joorjeh commented Mar 27, 2024

The main README instructions say to use Claude or other models should set
export LLM_MODEL='...'
but this fails. The LLM_MODEL env var seems to be the variable for a cmd line parser that is separate from the server for the web app. Not sure as I just started reading the code but maybe going forward you'd like to add a stand alone cmd line program?

In any event if users follow the current README it will fail. Just adding this PR to fix quickly so users don't annoyed, but maybe the MODEL_NAME and LLM_MODEL vars should be changed to the one or the other to avoid confusion?

@rbren
Copy link
Collaborator

rbren commented Mar 27, 2024

Thanks for the report! I think you're right on standardizing.

I'm going to close this one in favor of #244

@rbren rbren closed this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants