Enhance chat setup options and improve UI responsiveness

This commit is contained in:
kwaroran
2024-11-14 21:42:56 +09:00
parent 75efc36211
commit a862ffe0e3
3 changed files with 209 additions and 28 deletions

View File

@@ -182,13 +182,39 @@ export const languageEnglish = {
inputName: "Lastly, Input your Nickname.",
welcome: "Welcome to RisuAI! Here, I will guide you to setup. First, What may I call you?",
welcome2: "Hello {username}! before we start, I will ask you some questions. You can change these settings later in settings.\n\nFirst select the AI provider.",
openAIProvider: "OpenAI GPT is a high quality AI model, but it is paid and filtered.",
openrouterProvider: "Openrouter has a lot of models, some of them unfiltered and some of them free, but it is not as good as OpenAI.",
hordeProvider: "Horde is a free provider, but the response time is long and the quality is low.",
setProviderLater: "There are other providers, but you can set it later in settings. select this if you want to set it later.",
setupOpenAI: "To use OpenAI, you need to get an API key. \n1. go to https://beta.openai.com/ \n2. login with your account \n3. go to https://beta.openai.com/account/api-keys \n4. click 'Create New API Key' and name your key whatever you want. \n5. copy the key in the website.\n6. go back to RisuAI\n7. paste it, and click send button.",
setupOpenrouter: "To use Openrouter, you need to get an API key. \n1. go to https://openrouter.ai/keys\n2. click 'Create Key'\n3. set key name whatever you want.\n4. copy the key in the website\n5. go back to RisuAI\n6. paste it, and click send button.",
allDone: "All Done! please wait a moment.",
setupLaterMessage: "Welcome {username}! do you want me to guide you to setup or do it yourself?",
setupMessageOption1: "Guide me to setup",
setupMessageOption1Desc: "Recommended for new users",
setupMessageOption2: "I will setup myself",
claudeDesc: "Claude is a AI model made by Antropic, competitor to OpenAI. its better than GPT if you want to use it in other languages than English.",
openAIDesc: "OpenAI GPT is a high quality AI model, but it is paid and filtered, and weak in other than English.",
chooseChatType: "Great! Now select the chat language.",
chooseChatTypeOption1: "Full English",
chooseChatTypeOption1Desc: "This will make AI to use English and input/output in English. Recommended for English speakers.",
chooseChatTypeOption2: "English Processing",
chooseChatTypeOption2Desc: "This will make AI to use English internaly, but input/output will be in your language. Recommended for non-English speakers.",
chooseChatTypeOption3: "No Language Focused",
chooseChatTypeOption3Desc: "This will make AI to use your language internaly, but this could make quality lower.",
chooseCheapOrMemory: "By the way, do you prefer memory or cheapness?",
chooseCheapOrMemoryOption1: "Memory",
chooseCheapOrMemoryOption1Desc: "This will make AI to remember more, but it will quite expensive.",
chooseCheapOrMemoryOption2: "Cheap",
chooseCheapOrMemoryOption2Desc: "This will make AI to remember less, but it will be cheaper.",
chooseCheapOrMemoryOption3: "Balanced",
chooseCheapOrMemoryOption3Desc: "This will make AI to remember more than cheap, but less than memory.",
chooseCheapOrMemoryOption4: "Unlimited",
chooseCheapOrMemoryOption4Desc: "This will make AI to remember almost everything, but it will be very expensive.",
finally: "Finally, do you want to enable advanced tools?",
finallyOption1: "Yes",
finallyOption1Desc: "This will enable advanced tools, but it will make the UI more complex. Recommended for advanced users.",
finallyOption2: "No",
finallyOption2Desc: "This will disable advanced tools, and make the UI more simple. Recommended for new users.",
},
confirm: "Confirm",
goback: "Go Back",