Model/infrastructure/openai/exceptions.py

2 lines
81 B
Python

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