Continue improving conversational agent
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with block:
|
|
| 160 |
)
|
| 161 |
|
| 162 |
gr.HTML("""
|
| 163 |
-
This
|
| 164 |
When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather.
|
| 165 |
On a desktop, the agent will often speak using using an animated avatar from
|
| 166 |
<a href='https://exh.ai/'>Ex-Human</a>.""")
|
|
|
|
| 160 |
)
|
| 161 |
|
| 162 |
gr.HTML("""
|
| 163 |
+
This application demonstrates a conversational agent implemented with OpenAI GPT-3.5 and LangChain.
|
| 164 |
When necessary, it leverages tools for complex math, searching the internet, and accessing news and weather.
|
| 165 |
On a desktop, the agent will often speak using using an animated avatar from
|
| 166 |
<a href='https://exh.ai/'>Ex-Human</a>.""")
|