chatgpt-web
chatgpt-web copied to clipboard
Turnoff or disable API errors on frontend
For example-
Every API OpenAI or any third-party API have their own implemented error code, which is showing on frontend. Some third=party api even show their discord channel or other Link on error code. This error will show on console not on frontend, This will be more helpful. Even if someone have their own API server, this will return some valuable information to users.
Frontend will show only error code which is based on backend.