Spaces:
Runtime error
Runtime error
Commit
·
5747f52
1
Parent(s):
e7ffcdd
correct issue
Browse files
app.py
CHANGED
@@ -92,7 +92,8 @@ class GPTRemote(LLM):
|
|
92 |
|
93 |
output = asyncio.run(start_playwright(prompt))
|
94 |
# output = "test custom llm"
|
95 |
-
|
|
|
96 |
output = self.treat_output(output)
|
97 |
|
98 |
return output
|
|
|
92 |
|
93 |
output = asyncio.run(start_playwright(prompt))
|
94 |
# output = "test custom llm"
|
95 |
+
print(type(output))
|
96 |
+
print(output)
|
97 |
output = self.treat_output(output)
|
98 |
|
99 |
return output
|