Update app.py
Browse files
app.py
CHANGED
@@ -88,13 +88,6 @@ demo = gr.Interface(
|
|
88 |
outputs=gr.Textbox(label="Response"),
|
89 |
title="LangChain Router Demo",
|
90 |
description="""This demo shows how routing works in LangChain. Ask questions about LangChain, OpenAI, or any other topic.
|
91 |
-
|
92 |
-
Example questions you can try:
|
93 |
-
- What is LangChain and how does it work?
|
94 |
-
- How do I use OpenAI's GPT models?
|
95 |
-
- What is the capital of France?
|
96 |
-
- Explain LangChain's routing capabilities
|
97 |
-
- Tell me about OpenAI's latest developments
|
98 |
""",
|
99 |
examples=example_questions,
|
100 |
cache_examples=False
|
|
|
88 |
outputs=gr.Textbox(label="Response"),
|
89 |
title="LangChain Router Demo",
|
90 |
description="""This demo shows how routing works in LangChain. Ask questions about LangChain, OpenAI, or any other topic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
""",
|
92 |
examples=example_questions,
|
93 |
cache_examples=False
|