This page walks you from download ➜ placement ➜ startup order ➜ framework setup for Onex Creation - the ultimate character creation and clothing system.
The following resources must be installed and started before onex-voiceInteraction:
When you make a purchase of onex-voiceInteraction, you receive the dependency onex-base included.
| Dependency | Description | Required |
|---|---|---|
| onex-base | Link | Yes |
Extract both resource folders into your server's resources/[onex]/ directory. If the [onex] folder does not exist, create it manually. Do not rename either folder — the scripts reference their own names internally.
Add the following lines to your server.cfg, after all your existing resources such as your framework and its dependencies (e.g. qb-core, esx_skin).
ensure [onex] # Optional — only required for LLM/Groq Whisper features # set groq_api_key "your_groq_api_key_here" # set llm_api_key "your_custom_llm_key_here"
If you plan to use LLM features or Language = "atuo" (multi language support), add the appropriate convar above the ensure lines (uncommented):
| Convar | Purpose |
|---|---|
groq_api_key | Enables multi language support |
llm_api_key (optional) | Enables LLM features |
You only need one key. groq_api_key is recommended — it powers both LLM features with and multi lanauge from a single key. But if you want to use others providers for llm such as google gemini , openai you can do that. But for multi language support it must to set groq_api_key. For details.
Start or restart your server. Open the server console and confirm there are no errors from onex-voiceInteraction. A clean startup will log the resource as started with no red error lines.
See LLM Setup for step-by-step instructions on configuring your Groq or custom API key.
Last updated 14 days ago