llm icon indicating copy to clipboard operation
llm copied to clipboard

Access large language models from the command-line

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

``` $ llm install llm-together ``` installs v0.4 from https://github.com/wearedevx/llm-together Since together.ai have upgraded their API, this no longer works and hasn't been updated in a year. There's a fork...

As I understand it, LiteLLM uses the same API than OpenAI so it should already be possible to use it with `llm`. In practice, though, this would require the ability...

> [!IMPORTANT] > Disclaimer: I vibe-coded this logging feature with codex-cli and claude code. I'm not a python expert at all. This should be carefully reviewed. [![asciicast](https://asciinema.org/a/G07pT2d6FTtloNUEkjYXORU7f.svg)](https://asciinema.org/a/G07pT2d6FTtloNUEkjYXORU7f) - CLI: add...

While building for nixpkgs: ```sh ______________ test_embed_multi_files_encoding[extra_args0-None] _______________ multi_files = ('/nix/var/nix/builds/nix-build-python3.13-llm-0.27.1.drv-0/b/pytest-of-_nixbld13/pytest-0/test_embed_multi_files_enco...ix/builds/nix-build-python3.13-llm-0.27.1.drv-0/b/pytest-of-_nixbld13/pytest-0/test_embed_multi_files_encodin0/files')) extra_args = [], expected_error = None @pytest.mark.parametrize( "extra_args,expected_error", ( # With no args default utf-8 with latin-1 fallback should...

While building for nixpkgs: ```sh ┃ > ERROR tests/test_cli_openai_models.py::test_gpt4o_mini_sync_and_async[--usage-False] - AssertionError: The following responses are mocked but n… ┃ > - Match POST request on https://api.openai.com/v1/chat/completions ┃ > ┃ >...

I am wondering if there is any method to enable the builtin web search tool for OpenAI models. For your information, here's the OpenAI interface: ```python import OpenAI from "openai";...

I’d like to propose a plugin for `llm` that enables semantic reflection before finalizing the model’s output. The goal is to help the LLM evaluate its own response using embeddings...

Maybe I am doing something wrong, I am trying fragments example from docs with following setup `$ uv pip list | grep llm llm 0.27.1 ` with 'extra-openai-models.yaml' file content...

This will allow to pass arguments without quotation which will allow to create helpful bash aliases like this: ```console $ alias ai='llm prompt -m gpt-4o --' $ ai show example...