mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #148] feat: many models conversation support for models with different architectures #27485
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 @tjbck on GitHub (Nov 25, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/148
Is your feature request related to a problem? Please describe.
Current many models conversation feature fails when using multiple models with different architectures. (E.g. when using llama2-variants, mistral-variants, and OpenAI models)
Solution
After https://github.com/jmorganca/ollama/pull/991 gets merged to main, deprecate context, and use
/chatapi instead.