llm icon indicating copy to clipboard operation
llm copied to clipboard

Access large language models from the command-line

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

Have you considered adding support for Asychronous APIs for the models that support it? It would make deploying `llm` as part of a web application easier and more scalable. Would...

enhancement

One feature I sorely miss from shell_gpt is the ability to name your chats. It makes it very easy to resume and retrieve a chat when you can refer to...

A command for listing just conversations - their IDs, titles, number of messages and start date.

enhancement
help wanted
design

I see lots of documentation on how to use this tool's CLI, but I'm curious if it has any support for being imported and used as a tool to build...

Changes: This PR fixes multiple occurrences of the following code quality issues found by DeepSource's Autofix™ AI on this project. Issues: - Unnecessary use of dict() - Handle unguarded `next()`...

Hi! Thanks for your amazing tool! By the way: since it has so many features - how about implementing a kind of self help where you can ask the tool...

Got this error: > `openai.error.RateLimitError: Rate limit reached for default-text-embedding-ada-002 in organization org-2s2EXgTQ0xpZph33D2POEckd on tokens per min. Limit: 1000000 / min. Current: 598769 / min. Contact us through our help...

bug
enhancement
embeddings

Plugin: https://github.com/h0rv/llm-watsonx pypi: https://pypi.org/project/llm-watsonx/ Issue: https://github.com/simonw/llm/issues/481

I really appreciate Simon Willison's files to prompt CLI tool, but I wanted an even faster speed. So, I decided to create a new version of files to prompt in...

Has anyone built a UI that reads from the chat history stored in sqlite3? I want to be able to quickly scroll through my previous chats. I am aware that...