Skip to content

Commit 7c42882

Browse files
committed
Fix example
1 parent 3cc435c commit 7c42882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ prompt = bot.build_prompt do
237237
it.user ["Tell me about this URL", bot.image_url(url)]
238238
it.user ["Tell me about this PDF", bot.local_file("handbook.pdf")]
239239
end
240-
241240
bot.chat(prompt)
242241
bot.messages.each { print "[#{it.role}] ", it.content, "\n" }
243242
```

0 commit comments

Comments
 (0)