atharva434 / INCF-Impact-visualization-Portal

4 stars 9 forks source link

Added json error handler for llm response #14

Closed OmKhare closed 7 months ago

OmKhare commented 7 months ago

LLM response was breaking the portal due to JSON Decode Error. Fixed the issue by implementing error handler to strip other text and return JSON output.

atharva434 commented 7 months ago

Good work @OmKhare 👍