llm
llm copied to clipboard
Access large language models from the command-line
Environment: • Operating System: Debian GNU/Linux 6.6.15-arm64 • Architecture: aarch64 • Shell: bash • Python Version: 3.11 • pipx Version: 1.3.4 • llm Version: 0.13.1 Reproduction Steps: 1 Install llm...
Refs: - https://github.com/simonw/sqlite-migrate/issues/8
Would be great to add this in - I fairly often see "model overloaded" types of errors with gpt3.5-turbo and this would make things a bit more resilient. Here's how...
``` $ python3 Python 3.13.0a4+ (heads/main:bb66600558, Mar 12 2024, 14:06:50) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> ^D $ pip install llm...
Refs: - #436
I just wrote a plugin for support model mistal in aws bedrock. Please see repos below https://github.com/codecrack3/llm-bedrock-mistral
I often find myself wanting to modify some recent prompt while maintaining most of the previous conversation. (e.g. I have asked for a list of 10 ideas, then I ask...
Hi @simonw Thanks so much for all the hard work, and this is a fantastic resource. There's a possibility I'm doing something wrong but let me try to explain what...
I noted that openai models deployed to Azure were possible to utilize via `llm`, but could not find documentation on how to configure it. Thus, here it is 🎉 This...
When integrating into multi-step/unattended scripts, specifying a custom conversation ID in the initial call makes it easier to chain conversations. This avoids the need to look up the last autogenerated...