live_console | R Documentation |
live_console()
lets you chat interactively in the console.
live_browser()
lets you chat interactively in a browser.
Note that these functions will mutate the input chat
object as
you chat because your turns will be appended to the history.
live_console(chat, quiet = FALSE)
live_browser(chat, quiet = FALSE)
chat |
A chat object created by |
quiet |
If |
(Invisibly) The input chat
.
## Not run:
chat <- chat_claude()
live_console(chat)
live_browser(chat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.