Nothing
model is missingCode
chat_ollama()
Condition
Error in `chat_ollama()`:
! Must specify `model`.
i Locally installed models: "llama3".
Code
chat_ollama(model = "not-a-real-model")
Condition
Error in `chat_ollama()`:
! Model "not-a-real-model" is not installed locally.
i Run `ollama pull not-a-real-model` in your terminal or `ollamar::pull("not-a-real-model")` in R to install the model.
i See locally installed models with `ellmer::models_ollama()`.
Code
as_json(stub, type_object(.additional_properties = TRUE))
Condition
Error in `method(as_json, list(ellmer::ProviderOllama, ellmer::TypeObject))`:
! `.additional_properties` not supported for Ollama.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.