Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +2 -2
chain_app.py
CHANGED
@@ -94,7 +94,7 @@ async def chat_profile():
|
|
94 |
),
|
95 |
cl.ChatProfile(
|
96 |
name="Qwen2-0.5B",
|
97 |
-
markdown_description="Qwen second generation model with
|
98 |
),
|
99 |
cl.ChatProfile(
|
100 |
name="Qwen1.5-110B",
|
@@ -110,7 +110,7 @@ async def chat_profile():
|
|
110 |
),
|
111 |
cl.ChatProfile(
|
112 |
name="Qwen1.5-2.7B",
|
113 |
-
markdown_description="Qwen first generation improved model with
|
114 |
),
|
115 |
cl.ChatProfile(
|
116 |
name="Qwen-72B",
|
|
|
94 |
),
|
95 |
cl.ChatProfile(
|
96 |
name="Qwen2-0.5B",
|
97 |
+
markdown_description="Qwen second generation model with 0.5B parameters",
|
98 |
),
|
99 |
cl.ChatProfile(
|
100 |
name="Qwen1.5-110B",
|
|
|
110 |
),
|
111 |
cl.ChatProfile(
|
112 |
name="Qwen1.5-2.7B",
|
113 |
+
markdown_description="Qwen first generation improved model with 2.7B parameters",
|
114 |
),
|
115 |
cl.ChatProfile(
|
116 |
name="Qwen-72B",
|