kh-CHEUNG commited on
Commit
52b1cb8
·
verified ·
1 Parent(s): b66a399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def respond(
92
  messages =[
93
  { role: "user", content: "What is Python Programming?" },
94
  ]
95
-
96
  response = ""
97
 
98
  for message in client.chat_completion(
 
92
  messages =[
93
  { role: "user", content: "What is Python Programming?" },
94
  ]
95
+ print(messages)
96
  response = ""
97
 
98
  for message in client.chat_completion(