Spaces:
Sleeping
Sleeping
Commit
·
fd7ae6f
1
Parent(s):
287819a
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,8 @@ with open('bm25_model.pkl', 'rb') as file:
|
|
| 76 |
bm25 = pickle.load(file)
|
| 77 |
|
| 78 |
# france credentials
|
| 79 |
-
BASE_URL =
|
|
|
|
| 80 |
API_KEY = os.environ['API_KEY']
|
| 81 |
DEPLOYMENT_NAME = "GPT-4-France"
|
| 82 |
|
|
|
|
| 76 |
bm25 = pickle.load(file)
|
| 77 |
|
| 78 |
# france credentials
|
| 79 |
+
BASE_URL = "https://cnerg-gpt-france.openai.azure.com/"
|
| 80 |
+
DEPLOYMENT_NAME = "GPT-4-France"
|
| 81 |
API_KEY = os.environ['API_KEY']
|
| 82 |
DEPLOYMENT_NAME = "GPT-4-France"
|
| 83 |
|