Chat with a model in real-time in R console
Usage
ohelp(model = "codegemma:7b", ...)
Arguments
- 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.
Value
Does not return anything. It prints the conversation in the console.
Examples
if (FALSE) { # test_connection()$status_code == 200
ohelp(first_prompt = "quit")
# regular usage: ohelp()
}