chieapp / chie

An extensive desktop app for ChatGPT and other LLMs.
https://chie.app
GNU General Public License v3.0
173 stars 12 forks source link

Reuse same view type in dashboard #4

Open zcbenz opened 1 year ago

zcbenz commented 1 year ago

In dashboard window, each assistant has its own instance of BaseView, which is kind of wasteful. We can create only one instance for each kind of view and reload the service when switching assistants.