Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -717,7 +717,7 @@ def setup_sidebar():
|
|
| 717 |
# Test mode with explanation
|
| 718 |
st.session_state.mode = st.sidebar.radio(
|
| 719 |
"Response Format",
|
| 720 |
-
["natural", "json"],
|
| 721 |
help=("Choose how the model should respond:\n"
|
| 722 |
"- Natural: Free-form text responses\n"
|
| 723 |
"- JSON: Structured responses with reasoning and confidence"),
|
|
|
|
| 717 |
# Test mode with explanation
|
| 718 |
st.session_state.mode = st.sidebar.radio(
|
| 719 |
"Response Format",
|
| 720 |
+
["natural - manual eval", "json - auto eval"],
|
| 721 |
help=("Choose how the model should respond:\n"
|
| 722 |
"- Natural: Free-form text responses\n"
|
| 723 |
"- JSON: Structured responses with reasoning and confidence"),
|