-
-
Notifications
You must be signed in to change notification settings - Fork 39
Implementing Ollama's /api/show #153
Copy link
Copy link
Open
Labels
investigatingWe're actively investigating the issue.We're actively investigating the issue.roadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.work in progressWe're working on itWe're working on it
Description
Metadata
Metadata
Assignees
Labels
investigatingWe're actively investigating the issue.We're actively investigating the issue.roadmap-featureThis issue will be implemented in the roadmap of features for Olla.This issue will be implemented in the roadmap of features for Olla.work in progressWe're working on itWe're working on it
I am trying to use olla between my model collection and LangFlow. When I configure the System Models to use Ollama and provide my olla URL, it accepts it as valid but shows no models.
In trying to diagnose the issue, I discovered that while LangFlow sends the /api/tags call to get the current set of models (which olla properly responds to), it then does an /api/show call to get model details. When it gets the "olla doesn't do /api/show" response, it assumes the model is invalid, and as a result has no models to show.
Is there a plan to implement this capability in olla?
Thanks!