feat: save to notion

This commit is contained in:
useMotionValue
2023-04-30 17:10:51 +08:00
parent b0aca0c43f
commit 59543179d7
16 changed files with 1120 additions and 451 deletions

View File

@@ -16,6 +16,7 @@ const jp: LocaleType = {
ChatList: "メッセージリストを表示",
CompressedHistory: "圧縮された履歴プロンプトを表示",
Export: "チャット履歴をエクスポート",
SaveToNotion: "すべてのメッセージをNotionに保存する",
Copy: "コピー",
Stop: "停止",
Retry: "リトライ",
@@ -43,6 +44,13 @@ const jp: LocaleType = {
MessageFromYou: "あなたからのメッセージ",
MessageFromChatGPT: "ChatGPTからのメッセージ",
},
SaveToNotion: {
Title: "すべてのメッセージをNotionに保存する",
Copy: "すべてコピー",
Save: "保存する",
MessageFromYou: "あなたからのメッセージ",
MessageFromChatGPT: "ChatGPTからのメッセージ",
},
Memory: {
Title: "履歴メモリ",
EmptyContent: "まだ記憶されていません",