lemonteaa commited on
Commit
b4acdb9
·
verified ·
1 Parent(s): f557784

Update chat_demo.py

Browse files
Files changed (1) hide show
  1. chat_demo.py +24 -4
chat_demo.py CHANGED
@@ -18,10 +18,30 @@ MODEL_LIST = [
18
  ]
19
 
20
  example_conv = [
21
- "Compare and analyze the pros and cons of traditional vs flat organization in business administration. Feel free to use any style and formatting you want in your response.",
22
- "Write a recipe for pancake",
23
- "Help me plan a quick weekend getaway trip to Tokyo?",
24
- "Write an essay on the role of information technology in international supply chain."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ]
26
 
27
  def read_output(process):
 
18
  ]
19
 
20
  example_conv = [
21
+ [
22
+ "Compare and analyze the pros and cons of traditional vs flat organization in business administration. Feel free to use any style and formatting you want in your response.",
23
+ "LFM2-VL-450M",
24
+ "",
25
+ 2048
26
+ ],
27
+ [
28
+ "Write a recipe for pancake",
29
+ "gemma-3-270m-it",
30
+ "You are a friendly and cheerful AI assistant.",
31
+ 2048
32
+ ],
33
+ [
34
+ "Help me plan a quick weekend getaway trip to Tokyo?",
35
+ "Ernie-4.5-0.3B",
36
+ "You are a helpful AI assistant.",
37
+ 2048
38
+ ],
39
+ [
40
+ "Write an essay on the role of information technology in international supply chain.",
41
+ "gemma-3-270m-it",
42
+ "You are a helpful AI assistant.",
43
+ 2048
44
+ ]
45
  ]
46
 
47
  def read_output(process):