feat: Add option to resume last chat when opening Web UI

This commit is contained in:
n4ze3m
2024-11-30 19:04:45 +05:30
parent 8d12e9152c
commit e5e04c3674
19 changed files with 113 additions and 7 deletions

View File

@@ -24,6 +24,9 @@
"copilotResumeLastChat": {
"label": "サイドパネルを開いたときに最後のチャットを再開 (Copilot)"
},
"webUIResumeLastChat": {
"label": "Web UIを開いたときに最後のチャットを再開"
},
"hideCurrentChatModelSettings": {
"label": "現在のチャットモデル設定を非表示"
},