sxflynn / TeacherGPT

A proposed GPT chatbot for teachers that uses retrieval-augmentation to answer questions about their students.
MIT License
8 stars 1 forks source link

Feature/streaming support #1

Closed sxflynn closed 6 months ago

sxflynn commented 6 months ago

I enabled streaming support in both FastAPI and the React frontend through WebSockets.