ohelp | R Documentation |
Chat with a model in real-time in R console
ohelp(model = "codegemma:7b", ...)
model |
A character string of the model name such as "llama3". Defaults to "codegemma:7b" which is a decent coding model as of 2024-07-27. |
... |
Additional options. No options are currently available at this time. |
Does not return anything. It prints the conversation in the console.
ohelp(first_prompt = "quit")
# regular usage: ohelp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.