WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

Web Search Error (Or Improper Syntax) #65

Closed zimmra closed 1 year ago

zimmra commented 1 year ago

Is there a syntax needed to use the web search functionality? I entered a question and this was the reply:

It seems that you have not provided any query or web search results to respond to. Please provide the necessary information, and I will do my best to provide a comprehensive reply to your query using the provided web search results.

WongSaang commented 1 year ago

The web search feature is currently based on duckduckgo. After a user sends a question, the back-end application first searches for results in duckduckgo and then provides them to ChatGTP.

This may be a bug in the backend application, I will check it.

On Fri, Mar 24, 2023 at 12:25 AM zimmra @.***> wrote:

Is there a syntax needed to use the web search functionality? I entered a question and this was the reply:

It seems that you have not provided any query or web search results to respond to. Please provide the necessary information, and I will do my best to provide a comprehensive reply to your query using the provided web search results.

— Reply to this email directly, view it on GitHub https://github.com/WongSaang/chatgpt-ui/issues/65, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALAX6FHZVUJRK2MSS7MU6QDW5R2P3ANCNFSM6AAAAAAWFN6VG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

WongSaang commented 1 year ago

Fixed: https://github.com/WongSaang/chatgpt-ui/commit/323f10844bcdd69177802e19bee3f310794cf6b6