ohelp: Chat with a model in real-time in R console

View source: R/ollama.R

ohelpR 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()


ollamar documentation built on April 3, 2025, 8:31 p.m.