Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat with multiple model via @ #31

Open
RickySupriyadi opened this issue Mar 31, 2024 · 1 comment
Open

Chat with multiple model via @ #31

RickySupriyadi opened this issue Mar 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@RickySupriyadi
Copy link

chat with multiple model available with @
for example:

  1. setup : above chat box rather than pick 1 model able to pick group model (group model set in the setting)
  2. use: type prompt in prompt box with @modelname to get answer from that model:
    hello who are you? what base model are you? @mistral @llama2 @mixtral
    or
    @mistral @llama2 @mixtral hello, who are you? what base model are you?
    then it answer:
    mistral: i am mistral how can i help you today? llama2: i am llama2 is there anything else you want to know about my existence? mixtral: i am mixtral we are mixture of expert trained in various experts, is there anything more you like to know?
@n4ze3m
Copy link
Owner

n4ze3m commented Mar 31, 2024

Hey, thank you for the suggestion. It is possible to add, but it will be slow since Ollama needs to load different models for each message, one after another.

@n4ze3m n4ze3m added the enhancement New feature or request label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants