It does not create files under Files!

Code Information received from LLM


does not apply as boltArtifact and boltAction.
It does not create files under Files.
I’ve used Ollama, I’ve used Groq, I’ve used Openrouter, I’ve had this problem with all 3. It won’t create files.

Which models are you using? Typically this happens with smaller models, especially 3b or less parameters.

1 Like

I created a Modelfile
FROM qwen2.5-coder:7b
PARAMETER num_ctx 32768

and executed this code:
ollama create -f ./Modelfile qwen2.5-coder:7b qwen2.5-coder-ottodev:7b

I use qwen2.5-coder-ottodev:7b

Okay yeah that looks right! Unfortunately 7b is still one of the smaller model sizes so I’m guessing it’s just hallucinating and not giving the needed artifact output for the web container. I’m going to have to investigate further and make sure none of the new features could be interfering with these smaller LLMs.