Change Reverse proxy name to Custom and add additionalParams
This commit is contained in:
@@ -299,7 +299,7 @@ export const languageChinese = {
|
||||
"loadDataFromAccount": "从帐户加载数据",
|
||||
"saveCurrentDataToAccount": "将当前数据保存到帐户",
|
||||
"chatAssumed": "",
|
||||
"proxyAPIKey": "代理API密钥/密码",
|
||||
"proxyAPIKey": "API密钥/密码",
|
||||
"proxyRequestModel": "代理请求模型",
|
||||
"officialWiki": "官方Wiki",
|
||||
"officialWikiDesc": "RisuAI的官方Wiki,随意查看。",
|
||||
|
||||
@@ -329,8 +329,8 @@ export const languageGerman = {
|
||||
loadDataFromAccount: "Daten aus dem Konto laden",
|
||||
saveCurrentDataToAccount: "Aktuelle Daten im Konto speichern",
|
||||
chatAssumed: "",
|
||||
proxyAPIKey: "Proxy-Schlüssel/Passwort",
|
||||
proxyRequestModel: "Proxy-Anforderungsmodell",
|
||||
proxyAPIKey: "Schlüssel/Passwort",
|
||||
proxyRequestModel: "Anforderungsmodell",
|
||||
officialWiki: "Offizielles Wiki",
|
||||
officialWikiDesc: "Offizielles Wiki für RisuAI. Schauen Sie doch gerne bei uns vorbei",
|
||||
officialDiscord: "Offizieller Discord",
|
||||
|
||||
@@ -117,6 +117,7 @@ export const languageEnglish = {
|
||||
requestretrys: "This option is used to set the number of request retrys when request fails.",
|
||||
emotionPrompt: "This option is used to set the prompt that is used to detect emotion. if it is blank, it will use the default prompt.",
|
||||
removePunctuationHypa: "If enabled, it will remove punctuation before executing HypaMemory.",
|
||||
additionalParams: "Additional parameters that would be added to the request body. if you want to exclude some parameters, you can put `{{none}}` to the value. if you want to add a header instead of body, you can put `header::` in front of the key like `header::Authorization`.",
|
||||
},
|
||||
setup: {
|
||||
chooseProvider: "Choose AI Provider",
|
||||
@@ -364,7 +365,7 @@ export const languageEnglish = {
|
||||
saveCurrentDataToAccount: "Save Current Data to Account",
|
||||
chatAssumed: "",
|
||||
proxyAPIKey: "Proxy Key/Password",
|
||||
proxyRequestModel: "Proxy Request Model",
|
||||
proxyRequestModel: "Request Model",
|
||||
officialWiki: "Official Wiki",
|
||||
officialWikiDesc: "Official Wiki for RisuAI. feel free to see.",
|
||||
officialDiscord: "Official Discord",
|
||||
@@ -473,7 +474,7 @@ export const languageEnglish = {
|
||||
depthPrompt: "Depth Prompt",
|
||||
largePortrait: "Portrait",
|
||||
lorePlus: "LoreBook+",
|
||||
reverseProxyOobaMode: "Reverse Proxy Ooba Mode",
|
||||
reverseProxyOobaMode: "Ooba Mode",
|
||||
joinMultiUserRoom: "Join MultiUser Room",
|
||||
exactTokens: "Exact Tokens",
|
||||
fixedTokens: "Approximate Tokens",
|
||||
@@ -547,4 +548,6 @@ export const languageEnglish = {
|
||||
outputTokens: "Output Tokens",
|
||||
tokenWarning: "Token caculation can be inaccurate. it is recommended to use it as a reference.",
|
||||
log: "Log",
|
||||
popularityLevelDesc: "Popularity increases with downloads, etc. to estimate, 3.7 popularity is about 1 downloads.",
|
||||
additionalParams: "Additional Parameters",
|
||||
}
|
||||
@@ -300,8 +300,8 @@ export const languageKorean = {
|
||||
loadDataFromAccount: "계정에서 데이터 불러오기",
|
||||
saveCurrentDataToAccount: "계정에 데이터 현재 덮어쓰기",
|
||||
chatAssumed: "",
|
||||
proxyAPIKey: "프록시 키/패스워드",
|
||||
proxyRequestModel: "프록시 요청 모델",
|
||||
proxyAPIKey: "키/패스워드",
|
||||
proxyRequestModel: "요청 모델",
|
||||
officialWiki: "공식 위키",
|
||||
officialWikiDesc: "리스AI의 공식 위키. 자유롭게 보세요.",
|
||||
officialDiscord: "공식 디스코드",
|
||||
|
||||
@@ -300,7 +300,7 @@ export const LanguageVietnamese = {
|
||||
"loadDataFromAccount": "Tải dữ liệu từ tài khoản",
|
||||
"saveCurrentDataToAccount": "Lưu dữ liệu hiện tại vào tài khoản",
|
||||
"chatAssumed": "--",
|
||||
"proxyAPIKey": "Khóa proxy/Mật khẩu",
|
||||
"proxyAPIKey": "Khóa/Mật khẩu",
|
||||
"proxyRequestModel": "Mô hình yêu cầu proxy",
|
||||
"officialWiki": "Wiki chính thức",
|
||||
"officialWikiDesc": "Wiki chính thức của RisuAI. cứ thoải mái xem nhé.",
|
||||
|
||||
Reference in New Issue
Block a user