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

enforce pep8 Style Guide and apply black to format code #54

Open cksac opened 1 year ago

cksac commented 1 year ago

https://peps.python.org/pep-0008/ https://github.com/psf/black

michaelthwan commented 1 year ago

@cksac We were using pycharm default formatter, thus no urgent to force do so yet. We may consider it later. Thanks for the suggestion! 🙇