Skip to content

Commit

Permalink
♻️ Add info to ai
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Oct 16, 2024
1 parent feac854 commit c207201
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/routes/(main)/ai/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<div class="flex flex-col content-between p-4 h-full">
<div class="flex flex-col gap-4 flex-grow bg-thw-100 rounded-lg p-2">
<h1 class="text-2xl font-bold">Ask Knowledge Base</h1>
<div class="text-gray-500">
Aktuell ist die Knowledge Base mit den Ausbildungsunterlagen der <i class="font-bold"
>Grundausbildung</i
>
und den Bereichsausbildungen <i class="font-bold">AGT</i>, <i class="font-bold">CBRN</i> und
<i class="font-bold">SEA</i> gefüllt. Es wird empfohlen, die Fragen so präzise wie möglich zu formulieren
und es wird auf keinerlei Richtigkeit der Antworten garantiert.
</div>

<Input bind:inputValue={input} placeholder="Ask AI" />

Expand Down

0 comments on commit c207201

Please # to comment.