Thiresh commited on
Commit
4a25f79
·
verified ·
1 Parent(s): 9125a2e

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"]