Artin2009 commited on
Commit
c68742b
1 Parent(s): 2937c86

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +44 -0
chain_app.py CHANGED
@@ -80,6 +80,50 @@ async def chat_profile():
80
  name="TTS",
81
  markdown_description="OpenAI's Text-to-Speech model",
82
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  cl.ChatProfile(
84
  name="Llama-3.1-405B",
85
  markdown_description="Meta Open Source Model Llama with 405B parameters",
 
80
  name="TTS",
81
  markdown_description="OpenAI's Text-to-Speech model",
82
  ),
83
+ cl.ChatProfile(
84
+ name="Qwen2-57B",
85
+ markdown_description="Qwen second generation model with 57B parameters",
86
+ ),
87
+ cl.ChatProfile(
88
+ name="Qwen2-7B",
89
+ markdown_description="Qwen second generation model with 7B parameters",
90
+ ),
91
+ cl.ChatProfile(
92
+ name="Qwen2-1.5B",
93
+ markdown_description="Qwen second generation model with 1.5B parameters",
94
+ ),
95
+ cl.ChatProfile(
96
+ name="Qwen2-0.5B",
97
+ markdown_description="Qwen second generation model with 1.5B parameters",
98
+ ),
99
+ cl.ChatProfile(
100
+ name="Qwen1.5-110B",
101
+ markdown_description="Qwen first generation improved model with 110B parameters",
102
+ ),
103
+ cl.ChatProfile(
104
+ name="Qwen1.5-72B",
105
+ markdown_description="Qwen first generation improved model with 72B parameters",
106
+ ),
107
+ cl.ChatProfile(
108
+ name="Qwen1.5-32B",
109
+ markdown_description="Qwen first generation improved model with 32B parameters",
110
+ ),
111
+ cl.ChatProfile(
112
+ name="Qwen1.5-2.7B",
113
+ markdown_description="Qwen first generation improved model with 110B parameters",
114
+ ),
115
+ cl.ChatProfile(
116
+ name="Qwen-72B",
117
+ markdown_description="Qwen first generation model with 72B parameters",
118
+ ),
119
+ cl.ChatProfile(
120
+ name="Qwen-14B",
121
+ markdown_description="Qwen first generation model with 14B parameters",
122
+ ),
123
+ cl.ChatProfile(
124
+ name="Qwen-7B",
125
+ markdown_description="Qwen first generation model with 7B parameters",
126
+ ),
127
  cl.ChatProfile(
128
  name="Llama-3.1-405B",
129
  markdown_description="Meta Open Source Model Llama with 405B parameters",