musaashaikh commited on
Commit
bc75c8e
·
verified ·
1 Parent(s): f10904c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,9 +10,7 @@ load_dotenv()
10
 
11
  openai.api_type = "azure"
12
  openai.api_base = os.getenv("AZURE_API_ENDPOINT")
13
- openai.api_version = "2024-02-01"
14
  openai.api_key = os.getenv("AZURE_API_KEY")
15
- print(f"Azure API token: {azure_api_key}")
16
 
17
 
18
  # Example Claims
 
10
 
11
  openai.api_type = "azure"
12
  openai.api_base = os.getenv("AZURE_API_ENDPOINT")
 
13
  openai.api_key = os.getenv("AZURE_API_KEY")
 
14
 
15
 
16
  # Example Claims