- Chat Bot - An intelligent conversational assistant.
- Insult Bot - Generates creative insults.
- Translation - Translates text between various languages.
-
OpenAI API Key: Requires a minimum $5 top-up (expires after 12 months). The bot uses very little credit.
π Get your API Key -
Gemini API Key: Free with 15 requests per minute and 1500 requests per day.
π Get your API KeyNote: Gemini's free service is not available in Europe and other countries. Use a VPN if necessary.
Note 2: If using Gemini's free service, do not enable billing if asked.
- Download the
ChatAssistant.luafile into theLuafolder of your Cherax directory. - Open the
ChatAssistant.luafile with a text editor. - Edit the fields in the
"YOUR DEFAULT SETTINGS"section according to your needs.Note: When there's an update, copy and paste the section from the old file and check if anything has changed in the new version.
- Run the script in Cherax's Lua Editor:
- Go to the Lua editor and execute
ChatAssistant.lua. - Automatic Startup: To run the script automatically when Cherax starts, open
startup.luain the Lua editor, addUtils.ExecuteScript("ChatAssistant.lua"), and click "Save changes".
- Go to the Lua editor and execute