Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
""")
|