Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ Now begin. You can make the descriptions a bit more verbose than in the examples
|
|
49 |
|
50 |
Description: {text}
|
51 |
Thought:"""
|
52 |
-
return llm_client.invoke(prompt
|
53 |
|
54 |
|
55 |
def parse_llm_output(output):
|
|
|
49 |
|
50 |
Description: {text}
|
51 |
Thought:"""
|
52 |
+
return llm_client.invoke(prompt).content
|
53 |
|
54 |
|
55 |
def parse_llm_output(output):
|