mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-06 18:00:29 +02:00
5 lines
129 B
Python
5 lines
129 B
Python
class ModelServerRateLimitError(Exception):
|
|
"""
|
|
Exception raised for rate limiting errors from the model server.
|
|
"""
|