programmingninjas / GPT-3.5-ON-STEROIDS

GPT-3.5-ON-STEROIDS combines GPT with Python tools, empowering dynamic web scraping, language processing, and data retrieval. Contribute to advancing text generation with AI. 🚀
https://www.linkedin.com/posts/ayankhan3105_generativeai-autonomousagents-aiinnovation-activity-7118241513121153025--b3i
MIT License
25 stars 20 forks source link

Better error handling for errors caused due to hallucinations. #4

Closed programmingninjas closed 1 year ago

programmingninjas commented 1 year ago

Hallucination in AI refers to the generation of outputs that may sound plausible but are either factually incorrect or unrelated to the given context. It may assume file paths and commands that do not exist. So we need better error handling mechanism for this.

programmingninjas commented 1 year ago

Example: It never created such file but assumed that it did

image