-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicola Lanzilotto
committed
Nov 21, 2023
1 parent
29b831a
commit 61bfb84
Showing
2 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ | |
GPT-Key | ||
</button> | ||
<button class="btn btn-primary" (click)="openAddKnowledgeBaseModal()" [disabled]="addButtonDisabled"> | ||
{{ 'KbPage.AddKb' | translate }} | ||
<!-- {{ 'KbPage.AddKb' | translate }} --> | ||
Add your Website | ||
</button> | ||
</div> | ||
|
||
|
@@ -184,8 +185,11 @@ <h4 class="modal-title"> | |
<div class="info-container"> | ||
<i class="material-icons-outlined info-icon">help_outline</i> | ||
<div class="info-text"> | ||
<p>{{ 'KbPage.AddKbInfoFirstText' | translate }}</p> | ||
<p>{{ 'KbPage.AddKbInfoSecondText' | translate }}</p> | ||
<!-- <p>{{ 'KbPage.AddKbInfoFirstText' | translate }}</p> --> | ||
Set a valid URL for your Website. Tiledesk will search your website URL for relevant answers. ChatGPT will then be trained to reply in a human-like way. | ||
Note: You can add a maximum of 3 URLs, each consisting of up to 200 pages. For larger Websites please contact us ([email protected]). | ||
|
||
<!-- <p>{{ 'KbPage.AddKbInfoSecondText' | translate }}</p> --> | ||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters