llm icon indicating copy to clipboard operation
llm copied to clipboard

Access large language models from the command-line

Results 164 llm issues
Sort by recently updated
recently updated
newest added

This needs more work, obviously, but there are two issues I've run into: * When embedding a database, it's hard to control the content. A `--truncate` option to cut the...

Hi, I tried the instructions from your email on July 23rd (earlier this week) titled `Llama 3.1, now available in LLM` ``` If you've [already installed LLM](https://substack.com/redirect/a4fc3808-3c94-4ba0-8828-e8a4557dc83d?j=eyJ1IjoiYmYzaSJ9.FZHXRpAef5uQ6flxkrGAyDGxn6x5piQQIjfeFfgCuKE) the following set...

Hey I wrote a small [lib](https://openai-function-call.onrender.com/) around using function calls and pydatnic for extraction and i think some ideas could be appleid via the CLI or API I really like...

So, I've recently created a CLI tool in rust before I knew about this tool. I also included an option to parse JSON from the response and test if it...

After updating to the latest version llm commandline fails with: ImportError: cannot import name 'field_validator' from 'pydantic Log: % pip install llm Requirement already satisfied: llm in /opt/homebrew/lib/python3.10/site-packages (0.14) Requirement...

1. `llm logs -n 1` without the --json flag returns a markdown description 2. Changed : "The URL which that provide scan …" To: "The URL which that provides can...

Hey Simon, small update for using OpenAI models hosted on Azure. Hope you have time to review and merge. Cheers! Ronald

https://github.com/simonw/llm/blob/d075336c6900768b664277a7ca7c76a79de9a0cf/docs/setup.md#L38-L40 This is no longer true. PyTorch can be installed in Python 3.12 now, even though it isn't fully supported yet according to: - https://github.com/pytorch/pytorch/releases/tag/v2.3.0 - https://github.com/pytorch/pytorch/issues/120233 It sounds like...

documentation
blocked

I think there are some rendering issues at https://llm.datasette.io/en/stable/openai-models.html From the GitHub preview it seems this change should be enough, but I am not sure how cog will interact with...

This is often not great user interface for a CLI. That feels kind of like if `rm` did not run in interactive mode by default on most computers. `llm` feels...