joshcarp / llm.go

MIT License
49 stars 3 forks source link

Create a CLI #3

Open joshcarp opened 2 months ago

joshcarp commented 2 months ago

Flags: To start with it would only need a --prompt flag, then interactive chat style would be a further goal

After the simple --prompt flag, it would be nice to be able to extract information like token loss, perplexity, and any other information that can be extracted

See https://github.com/joshcarp/grpctl for reference