Update app.py
Browse files
app.py
CHANGED
@@ -351,12 +351,10 @@ with gr.Blocks() as iface:
|
|
351 |
gr.Markdown("# MaxWell 🌙 6.0.0")
|
352 |
gr.Markdown('### Patch notes')
|
353 |
gr.Markdown("""
|
354 |
-
|
355 |
|
356 |
-
|
357 |
|
358 |
-
●Should be faster and more friendly(no more rude answers , i hope).
|
359 |
-
|
360 |
""")
|
361 |
|
362 |
chatbot = gr.Chatbot(
|
|
|
351 |
gr.Markdown("# MaxWell 🌙 6.0.0")
|
352 |
gr.Markdown('### Patch notes')
|
353 |
gr.Markdown("""
|
354 |
+
*better model and more accurate responses.
|
355 |
|
356 |
+
*newer deepseek model
|
357 |
|
|
|
|
|
358 |
""")
|
359 |
|
360 |
chatbot = gr.Chatbot(
|