mirror of
https://github.com/cunnymessiah/keychecker.git
synced 2026-05-11 10:50:12 -07:00
t
This commit is contained in:
@@ -36,6 +36,7 @@ class APIKey:
|
||||
self.alt_regions = []
|
||||
self.useless_reasons = []
|
||||
self.logged = False
|
||||
self.models = {}
|
||||
|
||||
elif provider == Provider.AZURE:
|
||||
self.endpoint = ""
|
||||
@@ -44,6 +45,7 @@ class APIKey:
|
||||
self.deployments = []
|
||||
self.unfiltered = False
|
||||
self.dalle_deployments = ""
|
||||
self.has_gpt4_turbo = []
|
||||
|
||||
elif provider == Provider.VERTEXAI:
|
||||
self.project_id = ""
|
||||
|
||||
Reference in New Issue
Block a user