Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -396,9 +396,9 @@ with gr.Blocks(title="Article Q&A model") as demo:
|
|
| 396 |
gr.Markdown(
|
| 397 |
"**NOTAM:** by querying this model you access the articles and metadata "
|
| 398 |
"available on robertolofaro.com and GitHub. "
|
| 399 |
-
"Answers reflect the article corpus only — do not treat them as advice, "
|
| 400 |
"just expression of a position derived from material contained within the articles. "
|
| 401 |
-
"If you want to read actual positions expressed within articles, you can read the articles "
|
| 402 |
"(see the model repository for all links to the available options)."
|
| 403 |
)
|
| 404 |
gr.Markdown(
|
|
@@ -413,9 +413,9 @@ with gr.Blocks(title="Article Q&A model") as demo:
|
|
| 413 |
label="Retrieval backend",
|
| 414 |
)
|
| 415 |
suppress_thinking = gr.Checkbox(
|
| 416 |
-
value=
|
| 417 |
-
label="
|
| 418 |
-
info="
|
| 419 |
)
|
| 420 |
|
| 421 |
with gr.Row():
|
|
|
|
| 396 |
gr.Markdown(
|
| 397 |
"**NOTAM:** by querying this model you access the articles and metadata "
|
| 398 |
"available on robertolofaro.com and GitHub. "
|
| 399 |
+
"Answers reflect the article corpus only, focusing on summaries — do not treat them as advice, "
|
| 400 |
"just expression of a position derived from material contained within the articles. "
|
| 401 |
+
"If you want to read actual positions expressed within articles, you can read the full articles "
|
| 402 |
"(see the model repository for all links to the available options)."
|
| 403 |
)
|
| 404 |
gr.Markdown(
|
|
|
|
| 413 |
label="Retrieval backend",
|
| 414 |
)
|
| 415 |
suppress_thinking = gr.Checkbox(
|
| 416 |
+
value=False,
|
| 417 |
+
label="Model thinking (/think)",
|
| 418 |
+
info="Check to see the model's reasoning chain",
|
| 419 |
)
|
| 420 |
|
| 421 |
with gr.Row():
|