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