haesleinhuepf / bia-bob

BIA Bob is a Jupyter+LLM-based assistant for interacting with image data and for working on Bio-image Analysis tasks.
BSD 3-Clause "New" or "Revised" License
85 stars 6 forks source link

Issue with ollama models as default #202

Closed haesleinhuepf closed 4 weeks ago

haesleinhuepf commented 4 weeks ago

Since 0.18.0, we store the used model in a permanent config file. However, we do not store the endpoint. Hence, when using ollama-models, the initialization crashes, because that model is not found.