mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-05 22:10:59 +00:00
3 lines
102 B
Python
3 lines
102 B
Python
class NeedsKeyException(Exception):
|
|
"Model needs an API key which has not been provided"
|
|
pass
|