Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,12 @@ def create_gradio_app():
|
|
422 |
info="Never search these domains"
|
423 |
)
|
424 |
|
425 |
-
|
|
|
|
|
|
|
|
|
|
|
426 |
gr.Markdown("""
|
427 |
**Academic & Research:**
|
428 |
- arxiv.org, *.edu, scholar.google.com, researchgate.net
|
|
|
422 |
info="Never search these domains"
|
423 |
)
|
424 |
|
425 |
+
with gr.Accordion("π IMPORTANT !!!", open=False):
|
426 |
+
gr.Markdown("""
|
427 |
+
When **no domains are specified**, NeuroScope AI operates with unrestricted web search capabilities, allowing the compound models to autonomously search across the entire internet to find the most relevant and up-to-date information to answer your questions - essentially giving the AI complete freedom to use its agentic tools and search any website it deems helpful. When **domains are specified** (either include or exclude lists), you're essentially putting the AI on a leash - if you specify "include domains" like "arxiv.org, *.edu", the AI can ONLY search those academic sources, making it laser-focused on scholarly content, while "exclude domains" like "wikipedia.org, reddit.com" tells the AI to search everywhere EXCEPT those sites, filtering out potentially unreliable sources. The **π Custom System Prompt** feature allows you to completely override the AI's default personality and behavior - instead of the default creative assistant, you could make it act like a professional business consultant, a coding mentor, a creative writer, or even a specific character, essentially giving you the power to reshape the AI's entire conversational style and expertise focus with a single prompt change.
|
428 |
+
""")
|
429 |
+
|
430 |
+
with gr.Accordion("π Common Domain Examples", open=False):
|
431 |
gr.Markdown("""
|
432 |
**Academic & Research:**
|
433 |
- arxiv.org, *.edu, scholar.google.com, researchgate.net
|