Update app.py
Browse files
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("
|
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."
|