Model/infrastructure/chatgpt/exceptions.py
2026-05-22 14:07:10 +00:00

2 lines
82 B
Python

class ChatGPTClientError(Exception):
"""Base for all OpenAI client errors."""