vigil-llm icon indicating copy to clipboard operation
vigil-llm copied to clipboard

Switch API server to use FastAPI

Open deadbits opened this issue 2 years ago • 0 comments

Migrate the API server use FastAPI instead of Flask. I'm more familiar with Flask but after reading about fastapi a bit, it seems preferable for APIs. The Streamlit UI won't be affected since that just hits the API (I also want to move away from Streamlit, but that's a different ticket).

https://fastapi.tiangolo.com/features/#short

deadbits avatar Nov 01 '23 02:11 deadbits