pinacai / PINAC_Workspace

A Must-Have Desktop AI App for Everyone
https://pinac-web.pages.dev
GNU General Public License v3.0
18 stars 24 forks source link

Adding Feature to Switch btw Multiple LLMs #9

Closed RajeshTechForge closed 4 months ago

RajeshTechForge commented 4 months ago

We need to implement a feature for switching between multiple LLMs (currently ChatGPT 3.5-turbo & Gemini Flash 1.5 are available). The dropdown menu in settings for selecting the LLM is nearly finished; now we must finalize the dropdown and send a request with the model name to the server while also updating the server to respond accordingly to requests from the client side.

RajeshTechForge commented 4 months ago

The feature has been successfully integrated into the application and is now fully operational, providing enhanced functionality to the end-users.