Discord app that enhances the search feature and utilizes LLMs to create documentation of anything related to the project info discussed in channels
Requirements:
- Python >= 3.13
- Poetry >= 2.1.0
poetry config virtualenvs.in-project true
poetry env activate
poetry install
poetry run pytest
poetry run uvicorn main:app --reload