model_avail | R Documentation |
Check if model is available locally
model_avail(model)
model |
A character string of the model name such as "llama3". |
A logical value indicating if the model exists.
model_avail("codegemma:7b")
model_avail("abc")
model_avail("llama3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.