Files
danswer/backend/onyx/natural_language_processing/exceptions.py
2024-12-13 09:56:10 -08:00

5 lines
129 B
Python

class ModelServerRateLimitError(Exception):
"""
Exception raised for rate limiting errors from the model server.
"""