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
621 stars 65 forks source link

Stability testing on input (bug fix) #24

Closed michaelthwan closed 1 year ago

michaelthwan commented 1 year ago

Many input will make the program die now. E.g. symbol. Let to make it more robust

michaelthwan commented 1 year ago

should be robust now. Also added exception handling. #48