danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
19.58k stars 2.02k forks source link

[Bug]: Local models not appearing #636

Closed mardlive closed 1 week ago

mardlive commented 1 month ago

What happened?

When I run fabric --listmodels, no local model appears, even though I have my ollama server running, and with 2 models downloaded, I went through many other similar issues reported in this repository and none of them resolved it. Then I decided to reinstall both ollama and fabric, but the error persists.

Version check

Relevant log output

No response

Relevant screenshots (optional)

No response

ToeiRei commented 2 weeks ago

this also affects setting the default model.

mardlive commented 1 week ago

In the meantime, I tried re-installing WSL, and fabric and Ollama to no avail, until I tried to install Ollama inside WSL. And it is now working!!! Still I thought it should work with the Ollama installed on windows, as all the videos I saw did.