Spaces:
Running
Running
Maharshi Gor
commited on
Commit
·
73d8b50
1
Parent(s):
419d0ad
Minor fix: removed unused key in app config
Browse files- src/app_configs.py +0 -1
src/app_configs.py
CHANGED
@@ -63,7 +63,6 @@ DEFAULT_SELECTIONS = {
|
|
63 |
"model": "OpenAI/gpt-4o-mini",
|
64 |
"temperature": 0.7,
|
65 |
"confidence_threshold": 0.85,
|
66 |
-
"early_stop": True,
|
67 |
"max_temperature": 5.0,
|
68 |
},
|
69 |
}
|
|
|
63 |
"model": "OpenAI/gpt-4o-mini",
|
64 |
"temperature": 0.7,
|
65 |
"confidence_threshold": 0.85,
|
|
|
66 |
"max_temperature": 5.0,
|
67 |
},
|
68 |
}
|