这是indexloc提供的服务,不要输入任何密码
Skip to content
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 frontend/src/locales/en/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const TRANSLATIONS = {
prompt: {
title: "System Prompt",
description:
"The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should to provide a carefully crafted prompt so the AI can generate a relevant and accurate response.",
"The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should provide a carefully crafted prompt so the AI can generate a relevant and accurate response.",
history: {
title: "System Prompt History",
clearAll: "Clear All",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/vn/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const TRANSLATIONS = {
prompt: {
title: "Prompt",
description:
"The prompt that will be used on this workspace. Define the context and instructions for the AI to generate a response. You should to provide a carefully crafted prompt so the AI can generate a relevant and accurate response.",
"Nhập vào đây prompt cho không gian làm việc này. Định nghĩa ngữ cảnh và hướng dẫn cho AI để tạo ra một phản hồi liên quan và chính xác.",
history: {
title: null,
clearAll: null,
Expand Down