We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc435c commit 7c42882Copy full SHA for 7c42882
README.md
@@ -237,7 +237,6 @@ prompt = bot.build_prompt do
237
it.user ["Tell me about this URL", bot.image_url(url)]
238
it.user ["Tell me about this PDF", bot.local_file("handbook.pdf")]
239
end
240
-
241
bot.chat(prompt)
242
bot.messages.each { print "[#{it.role}] ", it.content, "\n" }
243
```
0 commit comments