Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -412,7 +412,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
412 |
"model": model_llm
|
413 |
}).json()
|
414 |
|
415 |
-
print(
|
416 |
|
417 |
|
418 |
reply = response["choices"][0]["message"]["content"]
|
|
|
412 |
"model": model_llm
|
413 |
}).json()
|
414 |
|
415 |
+
print(response)
|
416 |
|
417 |
|
418 |
reply = response["choices"][0]["message"]["content"]
|