Fix example
Browse files- examples/seo.py +1 -1
examples/seo.py
CHANGED
|
@@ -10,7 +10,7 @@ tasks = [
|
|
| 10 |
0,
|
| 11 |
"https://techcrunch.com",
|
| 12 |
visible=True,
|
| 13 |
-
code_value="Get
|
| 14 |
),
|
| 15 |
AITask(
|
| 16 |
1,
|
|
|
|
| 10 |
0,
|
| 11 |
"https://techcrunch.com",
|
| 12 |
visible=True,
|
| 13 |
+
code_value="Get text from a website. Remove any html and empty lines.",
|
| 14 |
),
|
| 15 |
AITask(
|
| 16 |
1,
|