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

fix: Fixed 'NoneType' Sender in LLMService.py #84

Closed michaelthwan closed 1 year ago

michaelthwan commented 1 year ago

Fixed a bug when trying to run the ./src/main.py script which returns: 'NoneType' object has no attribute 'send_message'