mirror of
https://github.com/cunnymessiah/keychecker.git
synced 2026-05-11 10:50:12 -07:00
16 lines
267 B
Python
16 lines
267 B
Python
import APIKey
|
|
|
|
|
|
def check_azure(key: APIKey):
|
|
pass
|
|
|
|
|
|
def get_deployments(key, endpoint):
|
|
deployment_endpoint = f"https://{endpoint}.openai.azure.com/openai/deployments?api-version=2023-03-15-preview"
|
|
pass
|
|
|
|
|
|
def pretty_print_azure_keys(apikeys):
|
|
pass
|
|
|