-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allow working opening the client from multiple windows (browser) #670
Comments
@syberkitten I am planning to have every chat "pane" to have its own model. Would this work? This way you can have as many "splits" as you want and use different models in each window. Change coming soon to big-agi 2 as far as multiple windows, it will come later when there's a cloud solution. Let me know if this works or if there's a better way of doing it. |
Hi @enricoros thanks, I think that would work. I guess what ever is a lower hanging fruit to bring the functionality is good. |
ok perfect. then I'll do it this way. you're correct, right now there's only 1 "global" chat model (and 1 "fast" (or weak) model, for title and other cheap operations). I will move the model per-chat. |
hi @enricoros I've just found out there is this new client called msty, still didn't try it out....
As good as Big-AGI is for letting me work with chats / mutations and very nice UI / search. Since no multiple windows are allowed it's doing this manually all the time which becomes Ps. the reason why BEAM is not good enough is that it does not have the history ps. many providers have today this gimmick for talking to multiple models at the same time, Another thing maybe to open a new issue for that, but The fact that you cannot Many times i need to remove upper prompts, so it would be nice if you can "checkbox" the prompts in history you want to delete. or to all delete from bottom to top (the opposite of truncate?) |
Why
I need to have multiple chats open with different models (beams functionality is partial)
Description
currently the app does not allow to have multiple windows open.
Requirements
Allow to have unlimited windows open when working with big-agi.
there are certain models i want to use and have a parallel window open with another model, etc...
The text was updated successfully, but these errors were encountered: