Instead of using a Discord bot to allow connection to the langchain chatbot, rewrite the code to use FastAPI to do so. <details open> <summary>Checklist</summary> - [X] Create `app/main.py` ✓ https://github.com/Haste171/langchain-chatbot/commit/b7ea58b44f72e2997d52f5957d223c80301d9903 [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/app/main.py) - [X] Running GitHub Actions for `app/main.py` ✓ [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/app/main.py) - [X] Modify `README.md` ✓ https://github.com/Haste171/langchain-chatbot/commit/58e5d481032dce6466df6b14bef20ac93cf48f41 [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/README.md#L23-L59) - [X] Running GitHub Actions for `README.md` ✓ [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/README.md#L23-L59) - [X] Modify `deprecated/chatbot.py` ✓ https://github.com/Haste171/langchain-chatbot/commit/241f9d3a4eb32a6b0f09f99d8c05d670b3de0e97 [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/deprecated/chatbot.py) - [X] Running GitHub Actions for `deprecated/chatbot.py` ✓ [Edit](https://github.com/Haste171/langchain-chatbot/edit/sweep/convert_langchain_chatbot_to_an_api/deprecated/chatbot.py) </details>