Replies: 1 comment
-
Thank you for the love for the library! I think a CLI would be a nice addition to RubyLLM and certainly maximize its value. I have no plans of implementing one, but I welcome any PRs! From your example I would rather do: llm ask "what's new in Ruby 3.3?"
llm ask "why is the sky blue" -m [model-name]
llm ask "what's in this image?" --with "ruby_conf.jpg"
llm paint "sunset" -o "sunset.png" We would also need to carefully think of how to persist messages and implement multi-turn conversations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this! Love to see well designed, human friendly tools like this for ai/llm things.
Do you have plans for a CLI wrapper around this? Maybe something similar to https://github.com/simonw/llm ?
just spit-balling ...
Beta Was this translation helpful? Give feedback.
All reactions