-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Initial design #1
Comments
Need to solve API keys. I'm going to look for the |
I need to rename to https://github.com/simonw/llm-cli/actions/runs/4585299987/jobs/8097362394
|
Turns out they were detected as clashing with https://pypi.org/project/lim/ and https://pypi.org/project/lim-cli/ - thanks to this code: |
Dustin Ingram helped me out on PyPI Slack - I have |
Initially this tool will let you run things against ChatGPT and GPT-4 from the command-line.
Over time I want to introduce Pluggy plugins to allow you to hook it up to all sorts of other language models, including ones that run locally.
But for starters it will do this:
And a streaming variant:
Plus use
-4
to run against GPT-4, or--model X
to specify another model.The text was updated successfully, but these errors were encountered: