+
+
+
+
+ {title}
+
+
+ {t('sharedConv.subtitle')}{' '}
+
+ DocsGPT
+
+
+
+ {date}
+
+
+
+ {queries?.map((query, index) => {
+ return (
+
+
+
+ {prepResponseView(query, index)}
+
+ );
+ })}
- )}
-
-
-
- {t('sharedConv.meta')}
-
+
+
+
+
+ {t('sharedConv.meta')}
+
+
);
};
diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json
index e914693a..0f5aa708 100644
--- a/frontend/src/locale/en.json
+++ b/frontend/src/locale/en.json
@@ -113,7 +113,7 @@
"sharedConv": {
"subtitle": "Created with",
"button": "Get Started with DocsGPT",
- "meta": "This is a chatbot that uses the GPT-3, Faiss and LangChain to answer questions."
+ "meta": "DocsGPT uses GenAI, please review critical information using sources."
},
"convTile": {
"share": "Share",
diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json
index 78a4aa29..b91b67e9 100644
--- a/frontend/src/locale/es.json
+++ b/frontend/src/locale/es.json
@@ -113,7 +113,7 @@
"sharedConv": {
"subtitle": "Creado con",
"button": "Comienza con DocsGPT",
- "meta": "Este es un chatbot que utiliza GPT-3, Faiss y LangChain para responder preguntas."
+ "meta": "DocsGPT utiliza GenAI, por favor revise la información crítica utilizando fuentes."
},
"convTile": {
"share": "Compartir",
diff --git a/frontend/src/locale/jp.json b/frontend/src/locale/jp.json
index 697b137f..75e62589 100644
--- a/frontend/src/locale/jp.json
+++ b/frontend/src/locale/jp.json
@@ -113,7 +113,7 @@
"sharedConv": {
"subtitle": "作成者",
"button": "DocsGPT を始める",
- "meta": "GPT-3、Faiss、および LangChain を使用して質問に答えるチャットボットです"
+ "meta": "DocsGPT は GenAI を使用しています、情報源を使用して重要情報を確認してください。"
},
"convTile": {
"share": "共有",
diff --git a/frontend/src/locale/zh.json b/frontend/src/locale/zh.json
index 8161f740..e46fe254 100644
--- a/frontend/src/locale/zh.json
+++ b/frontend/src/locale/zh.json
@@ -113,7 +113,7 @@
"sharedConv": {
"subtitle": "使用创建",
"button": "开始使用 DocsGPT",
- "meta": "这是一个使用 GPT-3、Faiss 和 LangChain 来回答问题的聊天机器人。"
+ "meta": "DocsGPT 使用 GenAI,请使用资源查看关键信息。"
},
"convTile": {
"share": "分享",