Spaces:
Build error
Build error
Update examples wording (#96)
Browse files* Update examples wording
* wording
* wording
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
on:click={() =>
|
82 |
dispatch(
|
83 |
"message",
|
84 |
-
"
|
85 |
)}
|
86 |
>
|
87 |
"Write an email from bullet list"
|
@@ -90,14 +90,17 @@
|
|
90 |
type="button"
|
91 |
class="text-gray-600 dark:text-gray-300 p-2.5 sm:p-4 bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 hover:bg-gray-100 border dark:border-gray-800 rounded-xl"
|
92 |
on:click={() =>
|
93 |
-
dispatch(
|
|
|
|
|
|
|
94 |
>
|
95 |
"Code a snake game"
|
96 |
</button>
|
97 |
<button
|
98 |
type="button"
|
99 |
class="text-gray-600 dark:text-gray-300 p-2.5 sm:p-4 bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 hover:bg-gray-100 border dark:border-gray-800 rounded-xl"
|
100 |
-
on:click={() => dispatch("message", "How do I make a lemon cheesecake?")}
|
101 |
>
|
102 |
"Assist in a task"
|
103 |
</button>
|
|
|
81 |
on:click={() =>
|
82 |
dispatch(
|
83 |
"message",
|
84 |
+
"As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
|
85 |
)}
|
86 |
>
|
87 |
"Write an email from bullet list"
|
|
|
90 |
type="button"
|
91 |
class="text-gray-600 dark:text-gray-300 p-2.5 sm:p-4 bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 hover:bg-gray-100 border dark:border-gray-800 rounded-xl"
|
92 |
on:click={() =>
|
93 |
+
dispatch(
|
94 |
+
"message",
|
95 |
+
"Code a basic snake game in python, give explanations for each step."
|
96 |
+
)}
|
97 |
>
|
98 |
"Code a snake game"
|
99 |
</button>
|
100 |
<button
|
101 |
type="button"
|
102 |
class="text-gray-600 dark:text-gray-300 p-2.5 sm:p-4 bg-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 hover:bg-gray-100 border dark:border-gray-800 rounded-xl"
|
103 |
+
on:click={() => dispatch("message", "How do I make a delicious lemon cheesecake?")}
|
104 |
>
|
105 |
"Assist in a task"
|
106 |
</button>
|