thanglekdi commited on
Commit
e8f320c
·
1 Parent(s): 58549c9

test deepseek

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def call_deepseek_new(
38
  )
39
 
40
  # Lấy nội dung assistant trả về
41
- reply = response.choices[0].message.content
42
 
43
  # Append vào history
44
  history.append({"role": "assistant", "content": reply})
 
38
  )
39
 
40
  # Lấy nội dung assistant trả về
41
+ reply = "response.choices[0].message.content"
42
 
43
  # Append vào history
44
  history.append({"role": "assistant", "content": reply})