ask {groqR} | R Documentation |
Ask 'Groq'
Description
Note: See also clearChatSession
.
Usage
ask(text = NULL, ...)
Arguments
text |
The question to ask 'Groq'. |
... |
Following arguments can be set manually or in .Renviron:
|
Value
A character value with the response generated by 'Groq'.
Examples
## Not run:
cat(ask("What do you think about Large language models?"))
## End(Not run)
[Package groqR version 0.0.3 Index]