ababio commited on
Commit
a03770b
·
verified ·
1 Parent(s): 7f9af1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -90,8 +90,7 @@ st.header(f"`{model_display_name}` Model")
90
 
91
  with st.expander("About this app"):
92
  st.write(f"""
93
- This Chatbot app allows users to interact with various models including the new LLM models hosted on DeepInfra's OpenAI compatible API.
94
- For more info, you can refer to [DeepInfra's documentation](https://deepinfra.com/docs/advanced/openai_api).
95
 
96
  💡 For decent answers, you'd want to increase the `Max Tokens` value from `100` to `500`.
97
  """)
 
90
 
91
  with st.expander("About this app"):
92
  st.write(f"""
93
+ This Chatbot app allows users to interact with various models including the new LLM models.
 
94
 
95
  💡 For decent answers, you'd want to increase the `Max Tokens` value from `100` to `500`.
96
  """)