Originally created by @tjbck on GitHub (Nov 25, 2023).
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)
Originally created by @tjbck on GitHub (Nov 25, 2023).
**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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @tjbck on GitHub (Nov 25, 2023).
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.