hunyuan-t commited on
Commit
23c7125
·
verified ·
1 Parent(s): d8cd016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ def respond(
32
  clientProfile.httpProfile = httpProfile
33
  client = hunyuan_client.HunyuanClient(cred, "", clientProfile)
34
  req = models.ChatCompletionsRequest()
 
35
 
36
  for val in history:
37
  if val[0]:
 
32
  clientProfile.httpProfile = httpProfile
33
  client = hunyuan_client.HunyuanClient(cred, "", clientProfile)
34
  req = models.ChatCompletionsRequest()
35
+ print(history)
36
 
37
  for val in history:
38
  if val[0]: