chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.61k stars 441 forks source link

MAJOR ISSUE: regarding chat model sync #392

Open Urmi10799 opened 8 months ago

Urmi10799 commented 8 months ago

Problem description:

chat model is syncing and showing correctly on model select (NSelect) but not returning correct model to backend. I faced this problem after logout and login. model name on frontend and backend doesn't match at all. For example: after opening 5 rooms (1st room is gpt-3.5-turbo and 5th room is gpt-4) 1st room shows gpt-3.5-turbo but returns gpt-4 on backend (also this happens at any number of room. ) and after a refresh that room is updated with gpt-4.

Kerwin1202 commented 8 months ago

In all the rooms that were opened, did conversations take place? , if there is no dialogue room no matter how it is set, the last model will prevail after refreshing. I tested it and found nothing unusual.