julien-c HF Staff commited on
Commit
c724ec7
·
unverified ·
1 Parent(s): 0890bdd

Fix typo (#1450)

Browse files

Update 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 performs a GET request and injects the response into the prompt. Works better
546
- with 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
 
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