|
@@ -122,6 +122,30 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="w-full flex justify-between items-center">
|
|
|
+ <div class=" text-sm">{$i18n.t('Generate prompt pair')}</div>
|
|
|
+
|
|
|
+ <div class="flex space-x-1 text-xs">
|
|
|
+ <div
|
|
|
+ class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
|
|
+ >
|
|
|
+ Ctrl/⌘
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div
|
|
|
+ class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
|
|
+ >
|
|
|
+ Shift
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div
|
|
|
+ class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
|
|
+ >
|
|
|
+ Enter
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="flex flex-col space-y-3 w-full self-start">
|
|
@@ -219,7 +243,7 @@
|
|
|
<div class="flex flex-col space-y-3 w-full self-start">
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
<div class=" text-sm">
|
|
|
- {$i18n.t('Attach file')}
|
|
|
+ {$i18n.t('Attach file from knowledge')}
|
|
|
</div>
|
|
|
|
|
|
<div class="flex space-x-1 text-xs">
|
|
@@ -247,7 +271,7 @@
|
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
<div class=" text-sm">
|
|
|
- {$i18n.t('Select model')}
|
|
|
+ {$i18n.t('Talk to model')}
|
|
|
</div>
|
|
|
|
|
|
<div class="flex space-x-1 text-xs">
|
|
@@ -258,6 +282,20 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div class="w-full flex justify-between items-center">
|
|
|
+ <div class=" text-sm">
|
|
|
+ {$i18n.t('Accept Autocomplete Generation / Jumpt to prompt variable')}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="flex space-x-1 text-xs">
|
|
|
+ <div
|
|
|
+ class=" h-fit py-1 px-2 flex items-center justify-center rounded-sm border border-black/10 capitalize text-gray-600 dark:border-white/10 dark:text-gray-300"
|
|
|
+ >
|
|
|
+ TAB
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|