deb8bc3b4f
Refs https://github.com/simonw/llm/issues/728#issuecomment-2628348988 Refs https://github.com/psf/black/issues/4571#issuecomment-2628355450
7 lines
196 B
Python
7 lines
196 B
Python
class ModelError(Exception):
|
|
"Models can raise this error, which will be displayed to the user"
|
|
|
|
|
|
class NeedsKeyException(ModelError):
|
|
"Model needs an API key which has not been provided"
|