mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 01:55:22 -04:00
Google manifold doesn't allow to use LearnLM #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bogdanr on GitHub (Dec 12, 2024).
I have open-webui 0.4.8 with pipelines that were available at the time of the 0.4.8 release. They are all installed with Docker.
Gemini 2.0 Flash which was just released yesterday works fine but trying to use LearnLM produces this error:
Docker logs doesn't show anything which I find relevant:
@rotemdan commented on GitHub (Dec 14, 2024):
I noticed that as well.
It's because of the model ID check in lines 101-102 in
google_manifold_pipeline.py:If the check is commented out, the model works:
I can make a pull request to disable the check, I guess. It's also possible to allow
learnlm-as model ID prefix, but that kind of approach would also require manually adding that for every future Google model prefix.