michaelthwan / searchGPT

Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
MIT License
600 stars 62 forks source link

Frontend - progress loading (flask websocket) #55

Closed michaelthwan closed 1 year ago

michaelthwan commented 1 year ago

The user experience is not good when searching things. Can show intermediate result like new bing.

michaelthwan commented 1 year ago

FYI openai API supports stream=True https://medium.com/@avra42/how-to-stream-output-in-chatgpt-style-while-using-openai-completion-method-b90331c15e85

michaelthwan commented 1 year ago

76 Resolved