How can we integrate with RubyLLM? #97
Closed
stevepolitodesign
started this conversation in
General
Replies: 2 comments 3 replies
-
|
The challenge is that # Create a chat instance (uses the configured default model)
chat = RubyLLM.chat
# Ask a question
response = chat.ask "What is Ruby on Rails?"
# The response is a RubyLLM::Message object
puts response.content
# => "Ruby on Rails, often shortened to Rails, is a server-side web application..."We need a way to "hook" into it so that...
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
This was resolved with https://github.com/thoughtbot/ruby_llm-top_secret |
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.
-
RubyLLM is becoming the default library for interacting with LLMs. If we want to increase Top Secret adoption, we need to ensure it can seamlessly integrate with RubyLLM.
Beta Was this translation helpful? Give feedback.
All reactions