Bikas0 commited on
Commit
b4435df
·
verified ·
1 Parent(s): 63a15c8

visualize api key

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"