MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / is_valid

Method is_valid

gpt/check_api_key.py:16–17  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

14 @classmethod
15 @abstractmethod
16 def is_valid(cls):
17 pass
18
19
20class OpenAiAPI(ApiKey):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected