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

### **Description** When attempting to use the `llm` command-line interface (CLI) on Windows, I encounter an encoding error related to the ASCII codec. Despite setting environment variables to enforce UTF-8...

This may not be an `llm` issue, but could have to do with the interaction of the plugin mechanism with python packaging tooling. I have `llm` installed (on MacOS) via...

To aid in the design for both of these: - #331 - #556 I'm going to gather a bunch of examples of how different LLMs accept multi-modal inputs. I'm particularly...

research

The getting started documentation suggests getting an API key in order to start using the tool. While that may be the best approach for significant levels of usage, it's off-putting...

Adds `llm-cloudflare` (https://github.com/elithrar/llm-cloudflare) to the plugin directory.

Thanks for such a cool and useful tool! I'm not sure if this is in scope of the project, but I just started using `llm` with gemini on a company...

When I use the LLM library after the installation, it shows the below errors: OSError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ~/python3.10/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllmodel.so). Please see the details: --- 13:48 ~/workshops/flask...