visualize api key
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ load_dotenv()
|
|
11 |
|
12 |
# Azure OpenAI credentials
|
13 |
key = os.getenv("AZURE_OPENAI_API_KEY")
|
|
|
14 |
endpoint_url = "https://interview-key.openai.azure.com/"
|
15 |
api_version = "2024-05-01-preview"
|
16 |
deployment_id = "interview"
|
|
|
11 |
|
12 |
# Azure OpenAI credentials
|
13 |
key = os.getenv("AZURE_OPENAI_API_KEY")
|
14 |
+
print(key)
|
15 |
endpoint_url = "https://interview-key.openai.azure.com/"
|
16 |
api_version = "2024-05-01-preview"
|
17 |
deployment_id = "interview"
|