Metadata-Version: 2.1
Name: llm_exceptions
Version: 0.0.2
Summary: LLM explains stack trace for all exceptions. It automatically takes your input code and the error and tries to give a solution.
Home-page: https://github.com/davoodwadi/llm_exceptions
Author: Davood Wadi
Author-email: davoodwadi@gmail.com
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Jupyter
Classifier: Framework :: IPython
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipython
Requires-Dist: markdown
Requires-Dist: fireworks-ai

# llm_exceptions
LLM explains stack trace for all exceptions. It automatically takes your input code and the error and tries to give a solution.
