JLW commited on
Commit
e016796
·
1 Parent(s): 9a4d91b

Continue improving conversational agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with block:
160
  )
161
 
162
  gr.HTML("""
163
- This simple 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>.""")
 
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>.""")