AyoubChLin
commited on
Commit
•
3ca229b
1
Parent(s):
bbd3773
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ iface = gr.ChatInterface(
|
|
60 |
textbox=gr.Textbox(
|
61 |
placeholder="Type your message here...", container=False, scale=7
|
62 |
),
|
63 |
-
title="AI Chat with
|
64 |
-
description="Chat with the
|
65 |
theme="soft",
|
66 |
examples=[
|
67 |
"Tell me about yourself.",
|
|
|
60 |
textbox=gr.Textbox(
|
61 |
placeholder="Type your message here...", container=False, scale=7
|
62 |
),
|
63 |
+
title="AI Chat with hermes-3-llama-3.1-405b",
|
64 |
+
description="Chat with the hermes-3-llama-3.1-405b model using OpenRouter and LangChain Community.",
|
65 |
theme="soft",
|
66 |
examples=[
|
67 |
"Tell me about yourself.",
|