Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix typo (#1450)
Browse filesUpdate AssistantSettings.svelte
src/lib/components/AssistantSettings.svelte
CHANGED
|
@@ -542,8 +542,8 @@
|
|
| 542 |
<div
|
| 543 |
class="invisible absolute right-0 top-6 z-10 rounded-lg border bg-white p-2 text-xs shadow-lg peer-focus:visible hover:visible sm:w-96"
|
| 544 |
>
|
| 545 |
-
Will
|
| 546 |
-
|
| 547 |
{#each templateVariables as match}
|
| 548 |
<a href={match} target="_blank" class="text-gray-500 underline decoration-gray-300"
|
| 549 |
>{match}</a
|
|
|
|
| 542 |
<div
|
| 543 |
class="invisible absolute right-0 top-6 z-10 rounded-lg border bg-white p-2 text-xs shadow-lg peer-focus:visible hover:visible sm:w-96"
|
| 544 |
>
|
| 545 |
+
Will perform a GET request and inject the response into the prompt. Works better with
|
| 546 |
+
plain text, csv or json content.
|
| 547 |
{#each templateVariables as match}
|
| 548 |
<a href={match} target="_blank" class="text-gray-500 underline decoration-gray-300"
|
| 549 |
>{match}</a
|