| llm_base | R Documentation |
Stores a base URL in the llm.api.api_base option, which
chat uses as the default endpoint.
llm_base(url)
url |
Character. Base URL for the API endpoint. |
The previous value of the option, invisibly.
old <- llm_base("http://localhost:11434") # 'Ollama'
llm_base(old) # restore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.