error-suggester

A Python library for error suggestions using ChatGPT


License
MIT
Install
pip install error-suggester==0.1.3

Documentation

Error Suggester

License

A Python library for error suggestions.

Installation

pip install error_suggester

Usage

from error_suggester import ErrorSuggester

# Initialize ErrorSuggester with your OpenAI API key and enable auto suggestions
ErrorSuggester('YOUR_API_KEY').enable_auto_suggestions()

Features

  • Automatic error suggestions based on the provided error message.
  • Helps in identifying possible resolutions for encountered errors and exceptions.