Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
|
@@ -444,7 +444,7 @@ async def on_chat_start():
|
|
| 444 |
await cl.Message(
|
| 445 |
content="Im The small Llama!. one of the best open source models released by Meta! i am the small version of meta's open source LLMs. i was configured by Artin Daneshvar and Sadra Noadoust, 2 iranian students to help you, how can i assist you today ? "
|
| 446 |
).send()
|
| 447 |
-
if chat_profile == '
|
| 448 |
await cl.ChatSettings(
|
| 449 |
[
|
| 450 |
Select(
|
|
|
|
| 444 |
await cl.Message(
|
| 445 |
content="Im The small Llama!. one of the best open source models released by Meta! i am the small version of meta's open source LLMs. i was configured by Artin Daneshvar and Sadra Noadoust, 2 iranian students to help you, how can i assist you today ? "
|
| 446 |
).send()
|
| 447 |
+
if chat_profile == 'gemma2-9B':
|
| 448 |
await cl.ChatSettings(
|
| 449 |
[
|
| 450 |
Select(
|