Spaces:
Running
Running
Update app.py
Browse files
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]:
|