| Crates.io | llmc |
| lib.rs | llmc |
| version | 0.1.1 |
| created_at | 2025-02-17 17:32:31.382976+00 |
| updated_at | 2025-02-17 17:36:23.511309+00 |
| description | Chat with LLM in your terminal |
| homepage | https://github.com/Reverier-Xu/llmc |
| repository | https://github.com/Reverier-Xu/llmc |
| max_upload_size | |
| id | 1559119 |
| size | 71,547 |
Maybe a simple chat tool for terminal users.
# oneshot question
llmc <your question>
# ... answers from LLM
# change profile (configurable)
llmc -p general-ds-r1 <your question>
# ... answers from LLM
# continuous chat
llmc -s
>> <your question 1>
# ... answers from LLM
>> <your question 2>
# ... answers from LLM