[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FYidadaa%2FChatGPT-Next-Web&env=OPENAI_API_KEY&env=CODE&project-name=chatgpt-next-web&repository-name=ChatGPT-Next-Web)
@ -102,7 +103,7 @@ We recommend that you follow the steps below to re-deploy:
### Enable Automatic Updates
After forking the project, due to the limitations imposed by Github, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
After forking the project, due to the limitations imposed by GitHub, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
@ -110,7 +111,7 @@ After forking the project, due to the limitations imposed by Github, you need to
### Manually Updating Code
If you want to update instantly, you can check out the [Github documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to learn how to synchronize a forked project with upstream code.
If you want to update instantly, you can check out the [GitHub documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) to learn how to synchronize a forked project with upstream code.
You can star or watch this project or follow author to get release notifictions in time.
Confirm:"Are you sure you want to reset all configurations?",
Confirm:"您確定要重設所有設定嗎?",
},
ConfirmClearAll:{
Confirm:"Are you sure you want to reset all chat?",
Confirm:"您確定要清除所有聊天嗎?",
},
},
Lang:{
@ -103,16 +103,16 @@ const tw: LocaleType = {
SendPreviewBubble:"發送預覽氣泡",
Prompt:{
Disable:{
Title:"停用提示詞自動補全",
SubTitle:"在輸入框開頭輸入 / 即可觸發自動補全",
Title:"停用提示詞自動補齊",
SubTitle:"在輸入框開頭輸入 / 即可觸發自動補齊",
},
List:"自定義提示詞列表",
ListCount:(builtin: number,custom: number)=>
`內置${builtin} 條,用戶定義 ${custom} 條`,
`內建${builtin} 條,用戶定義 ${custom} 條`,
Edit:"編輯",
Modal:{
Title:"提示詞列表",
Add:"增加一條",
Add:"新增一條",
Search:"搜尋提示詞",
},
},
@ -126,13 +126,13 @@ const tw: LocaleType = {
},
Token:{
Title:"API Key",
SubTitle:"使用自己的 Key 可規避授權訪問限制",
SubTitle:"使用自己的 Key 可規避授權存取限制",
Placeholder:"OpenAI API Key",
},
Usage:{
Title:"帳戶餘額",
SubTitle(used: any,total: any){
return`本月已使用 $${used},订阅总额$${total}`;
return`本月已使用 $${used},訂閱總額$${total}`;
},
IsChecking:"正在檢查…",
Check:"重新檢查",
@ -140,17 +140,17 @@ const tw: LocaleType = {
},
AccessCode:{
Title:"授權碼",
SubTitle:"現在是未授權訪問狀態",
SubTitle:"目前是未授權存取狀態",
Placeholder:"請輸入授權碼",
},
Model:"模型 (model)",
Temperature:{
Title:"隨機性 (temperature)",
SubTitle:"值越大,回復越隨機",
SubTitle:"值越大,回應越隨機",
},
MaxTokens:{
Title:"單次回復限制 (max_tokens)",
SubTitle:"單次交互所用的最大 Token 數",
Title:"單次回應限制 (max_tokens)",
SubTitle:"單次互動所用的最大 Token 數",
},
PresencePenlty:{
Title:"話題新穎度 (presence_penalty)",
@ -169,16 +169,16 @@ const tw: LocaleType = {
Summarize:
"Use the language used by the user (e.g. en-us for english conversation, zh-hant for chinese conversation, etc.) to summarise the conversation in at most 200 words. The summary will be used as prompt for you to continue the conversation in the future.",