ohelp {ollamar}R Documentation

Chat with a model in real-time in R console

Description

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


ohelp(first_prompt = "quit")
# regular usage: ohelp()


[Package ollamar version 1.2.2 Index]