llm/llm/errors.py
2023-06-26 08:05:48 -07:00

3 lines
102 B
Python

class NeedsKeyException(Exception):
"Model needs an API key which has not been provided"
pass