aaronkaplan / cba_llm

proof of concept RAG and LLM system for CBA
1 stars 0 forks source link

Handle exceptions in the main fastpi and present to users #15

Open aaronkaplan opened 5 months ago

aaronkaplan commented 5 months ago

Currently if there is an error, the fastapi returns a HTTPException 500 error. But this does not yet get displayed to the user.