Implements Artifacts with Local Ollama models #4446
CIDE-Jim
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 4 replies
-
Artifacts only work with LLM models that are capable of processing them, which requires the ability to follow complex instructions. Therefore, smaller models (e.g., 2B, 3B parameters) typically won't be able to handle artifacts effectively, as they lack the capacity to follow instructions in this way. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The artifacts interface does not appear when using a local Ollama model. Is it possible to extend artifacts to be available to local models as well?
Beta Was this translation helpful? Give feedback.
All reactions