diegocp01 commited on
Commit
0138b3c
·
verified ·
1 Parent(s): 8cd9a28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import time
6
 
7
  # --- Constants ---
8
- DEFAULT_MODEL = "gpt-4o-mini-2024-07-18" # Assuming gpt-4o is a good default
9
  DEFAULT_TEMPERATURE = 1.0 # Match your example
10
  DEFAULT_TOP_P = 1.0 # Match your example
11
  DEFAULT_FREQ_PENALTY = 0 # Match your example
 
5
  import time
6
 
7
  # --- Constants ---
8
+ DEFAULT_MODEL = "gpt-4.1" # Assuming gpt-4o is a good default
9
  DEFAULT_TEMPERATURE = 1.0 # Match your example
10
  DEFAULT_TOP_P = 1.0 # Match your example
11
  DEFAULT_FREQ_PENALTY = 0 # Match your example