Liusuthu commited on
Commit
1912c8f
·
verified ·
1 Parent(s): 514b9d3

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -24,7 +24,7 @@ def predict(message, history):
24
  },
25
  {
26
  "role": "user",
27
- "content": question,
28
  },
29
  ],
30
  temperature=1.0,
 
24
  },
25
  {
26
  "role": "user",
27
+ "content": message,
28
  },
29
  ],
30
  temperature=1.0,