Change Reverse proxy name to Custom and add additionalParams

This commit is contained in:
kwaroran
2024-03-20 21:02:34 +09:00
parent ef811b5b57
commit 5bede2b90a
14 changed files with 136 additions and 12 deletions

View File

@@ -299,7 +299,7 @@ export const languageChinese = {
"loadDataFromAccount": "从帐户加载数据",
"saveCurrentDataToAccount": "将当前数据保存到帐户",
"chatAssumed": "",
"proxyAPIKey": "代理API密钥/密码",
"proxyAPIKey": "API密钥/密码",
"proxyRequestModel": "代理请求模型",
"officialWiki": "官方Wiki",
"officialWikiDesc": "RisuAI的官方Wiki随意查看。",

View File

@@ -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",

View File

@@ -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",
}

View File

@@ -300,8 +300,8 @@ export const languageKorean = {
loadDataFromAccount: "계정에서 데이터 불러오기",
saveCurrentDataToAccount: "계정에 데이터 현재 덮어쓰기",
chatAssumed: "",
proxyAPIKey: "프록시 키/패스워드",
proxyRequestModel: "프록시 요청 모델",
proxyAPIKey: "키/패스워드",
proxyRequestModel: "요청 모델",
officialWiki: "공식 위키",
officialWikiDesc: "리스AI의 공식 위키. 자유롭게 보세요.",
officialDiscord: "공식 디스코드",

View File

@@ -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é.",