robertolofaro commited on
Commit
02cc26c
·
verified ·
1 Parent(s): d462d5f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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=True,
417
- label="Suppress model thinking (/nothink)",
418
- info="Uncheck to see the model's reasoning chain",
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():