-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
5204bfb
commit d31dcc4
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
connect/common/templates/common/emails/organization/content_ia_max_length.html
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{% extends 'authentication/emails/base.html' %} | ||
{% load static i18n %} | ||
|
||
{% block main-content %} | ||
<section style="width: 574px; margin: 50px auto"> | ||
<div style="font-family: 'Lato', sans-serif;font-style: normal;font-weight: normal;font-size: 20px;line-height: 24px;color: #808080;"> | ||
{% trans "Hi" %}, | ||
<span style="font-family: 'Lato', sans-serif;color: #262626;font-size: 20px;font-weight: bold;font-style: normal;"> | ||
{{ user_name }} | ||
</span> | ||
</div> | ||
|
||
<div style="font-family: 'Lato', sans-serif;font-weight: bold;font-size: 20px;line-height: 28px;color: #262626;margin-top: 24px;"> | ||
Sua base de conhecimento ultrapassou o limite de caracteres! | ||
</div> | ||
|
||
<div style="font-family: 'Lato', sans-serif;font-style: normal;font-weight: normal;font-size: 16px;line-height: 24px;color: #808080;margin-top: 24px;"> | ||
A base de conhecimento da inteligência <strong>{{ ai_name }}</strong> ultrapassou o limite de caracteres. | ||
Ajuste para o limite permitido pelo chatGPT de <strong>25000</strong> caracteres para que ela funcione corretamente. | ||
|
||
<p>Total de caracteres permitidos: 25000 <br> Total de caracteres da base de conhecimento: 89000</p> | ||
|
||
<p style="margin-top: 24px; margin-bottom: 0"> | ||
</p> | ||
</div> | ||
</section> | ||
{% endblock %} |
9 changes: 9 additions & 0 deletions
9
connect/common/templates/common/emails/organization/content_ia_max_length.txt
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% load i18n %} | ||
|
||
<p>Oi, {{ user_name }}</p> | ||
Sua base de conhecimento ultrapassou o limite de caracteres! | ||
|
||
<p>A base de conhecimento da inteligência <strong>{{ ai_name }}</strong> ultrapassou o limite de caracteres.<p> | ||
<p>Ajuste para o limite permitido pelo chatGPT de <strong>25000</strong> caracteres para que ela funcione corretamente.<p> | ||
|
||
<p>Total de caracteres permitidos: 25000 <br> Total de caracteres da base de conhecimento: 89000</p> |
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