llmc

Crates.iollmc
lib.rsllmc
version0.1.1
created_at2025-02-17 17:32:31.382976+00
updated_at2025-02-17 17:36:23.511309+00
descriptionChat with LLM in your terminal
homepagehttps://github.com/Reverier-Xu/llmc
repositoryhttps://github.com/Reverier-Xu/llmc
max_upload_size
id1559119
size71,547
Reverier Xu (Reverier-Xu)

documentation

https://github.com/Reverier-Xu/llmc

README

LLM in Console

Maybe a simple chat tool for terminal users.

Usage (WIP)

# 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
Commit count: 10

cargo fmt