[GH-ISSUE #148] feat: many models conversation support for models with different architectures #11957

Closed
opened 2026-04-19 18:39:58 -05:00 by GiteaMirror · 0 comments
Owner

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 /chat api instead.

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 `/chat` api instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#11957