Add1E commited on
Commit
7779bfe
verified
1 Parent(s): fc4e32c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import openai
7
 
8
  openai.api_type = "azure"
9
  openai.api_version = "2023-12-01-preview"
10
- openai.api_base = "https://tensora-oai.openai.azure.com/"
11
- openai.api_key = os.getenv("us_key")
12
 
13
 
14
  prompt = "Please analyze a complete news article and generate a suitable DALL路E prompt in response. The prompt should provide a general overview without being overly specific and the picture should be easy to interpret. For technical purposes, please only provide the DALL路E prompt without any additional information."
 
7
 
8
  openai.api_type = "azure"
9
  openai.api_version = "2023-12-01-preview"
10
+ openai.api_base = "https://tensora-oai-france.openai.azure.com/"
11
+ openai.api_key = os.getenv("france_key")
12
 
13
 
14
  prompt = "Please analyze a complete news article and generate a suitable DALL路E prompt in response. The prompt should provide a general overview without being overly specific and the picture should be easy to interpret. For technical purposes, please only provide the DALL路E prompt without any additional information."