Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from pathlib import Path
|
|
| 26 |
#====================================SETUP=====================================#
|
| 27 |
# Fetch secrets from Hugging Face Spaces
|
| 28 |
|
| 29 |
-
model_name = "gpt-4o"
|
| 30 |
|
| 31 |
# Extract the OpenAI key and endpoint from the configuration
|
| 32 |
openai_key = os.environ["AZURE_OPENAI_KEY"]
|
|
|
|
| 26 |
#====================================SETUP=====================================#
|
| 27 |
# Fetch secrets from Hugging Face Spaces
|
| 28 |
|
| 29 |
+
model_name = "gpt-4o-mini"
|
| 30 |
|
| 31 |
# Extract the OpenAI key and endpoint from the configuration
|
| 32 |
openai_key = os.environ["AZURE_OPENAI_KEY"]
|