Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: AI+JOB 一期 #2995 #3221

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frontend/src/components/jb-ai/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:alert="$t('注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!')"
:loading="isChatHistoryLoading || isContentLoading"
:messages="messageList"
name="AI-assistant"
:name="$t('小鲸')"
:placeholder="$t('在这里输入你的问题,试试我是否可以帮助到你...')"
:scroll-loading="isLoadingMore"
:scroll-loading-end="!hasMore"
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/src/i18n/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,6 @@
"在这里输入你的问题,试试我是否可以帮助到你...": "Type your question here, and see if I can help you...",
"脚本检查": "Script check",
"其它": "AI more",
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "Attention! The AI model may use the information you provide as training material. If the content contains sensitive information, please use it cautiously!"
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "Attention! The AI model may use the information you provide as training material. If the content contains sensitive information, please use it cautiously!",
"小鲸": "AI-assistant"
}
3 changes: 2 additions & 1 deletion src/frontend/src/i18n/language/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,6 @@
"脚本检查": "脚本检查",
"其它": "其它",
"在这里输入你的问题,试试我是否可以帮助到你...": "在这里输入你的问题,试试我是否可以帮助到你...",
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!"
"注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!": "注意!为了回答更准确,大模型可能将你提供的信息作为训练材料,如果内容带有敏感信息,请酌情使用!",
"小鲸": "小鲸"
}
613 changes: 0 additions & 613 deletions src/frontend/src/i18n/local.js

This file was deleted.

102 changes: 0 additions & 102 deletions src/frontend/src/views/account-manage/local.js

This file was deleted.

158 changes: 0 additions & 158 deletions src/frontend/src/views/cron-job/local.js

This file was deleted.

82 changes: 0 additions & 82 deletions src/frontend/src/views/dangerous-rule-manage/local.js

This file was deleted.

Loading
Loading