Skip to content

Commit

Permalink
Better UI for embed dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Feb 17, 2024
1 parent bb52483 commit 872cbba
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,42 +69,49 @@ <h3 mat-dialog-title class="mb-3">Embed Chatbot or AI Search on your website</h3
[(ngModel)]="search"
labelPosition="before"
class="me-3"
matTooltip="Have chatbot show references or citations"
color="primary">References</mat-checkbox>

<mat-checkbox
[(ngModel)]="chat"
labelPosition="before"
disabled="true"
class="me-3"
color="primary">Chat</mat-checkbox>

<mat-checkbox
[(ngModel)]="markdown"
labelPosition="before"
matTooltip="Use Markdown conversion in chatbot"
class="me-3"
color="primary">Markdown</mat-checkbox>

<mat-checkbox
[(ngModel)]="speech"
labelPosition="before"
class="me-3"
disabled="true"
color="primary">Speech</mat-checkbox>

<mat-checkbox
[(ngModel)]="rtl"
labelPosition="before"
class="me-3"
matTooltip="Right to left languages, such as Arabic, Hebrew, Farsi, etc"
color="primary">RTL</mat-checkbox>

<mat-checkbox
[(ngModel)]="has_button"
labelPosition="before"
class="me-3"
matTooltip="Show a submit button simplifying usage"
color="primary">Submit button</mat-checkbox>

<mat-checkbox
[(ngModel)]="stream"
labelPosition="before"
class="me-3"
matTooltip="Stream results, implying start writing out result immediately once it's available"
color="primary">Stream</mat-checkbox>

</div>
Expand Down

0 comments on commit 872cbba

Please sign in to comment.