mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-14 05:40:16 +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.
|
|
"""
|