Update chatbot.py
Browse files- chatbot.py +3 -3
chatbot.py
CHANGED
|
@@ -67,12 +67,12 @@ examples_path = os.path.dirname(__file__)
|
|
| 67 |
EXAMPLES = [
|
| 68 |
[
|
| 69 |
{
|
| 70 |
-
"text": "
|
| 71 |
}
|
| 72 |
],
|
| 73 |
[
|
| 74 |
{
|
| 75 |
-
"text": "
|
| 76 |
}
|
| 77 |
],
|
| 78 |
[
|
|
@@ -95,7 +95,7 @@ EXAMPLES = [
|
|
| 95 |
],
|
| 96 |
[
|
| 97 |
{
|
| 98 |
-
"text": "
|
| 99 |
}
|
| 100 |
],
|
| 101 |
[
|
|
|
|
| 67 |
EXAMPLES = [
|
| 68 |
[
|
| 69 |
{
|
| 70 |
+
"text": "Bitcoin price live",
|
| 71 |
}
|
| 72 |
],
|
| 73 |
[
|
| 74 |
{
|
| 75 |
+
"text": "Today News about AI",
|
| 76 |
}
|
| 77 |
],
|
| 78 |
[
|
|
|
|
| 95 |
],
|
| 96 |
[
|
| 97 |
{
|
| 98 |
+
"text": "Create a Photorealistic image of the Eiffel Tower.",
|
| 99 |
}
|
| 100 |
],
|
| 101 |
[
|