RisuAI Integration Guide
Connect dabboUno to RisuAI through the Custom Models option in Advanced Settings.
Overview
RisuAI's Custom Models slot takes a Request URL, API key, and model ID. The gotcha is the Autofill Request URL toggle: while on, RisuAI rewrites the URL you paste and silently breaks the connection.
Quick Config
Paste these into the client. Your key auto-fills when signed in.
Base URL: https://newapi.c.dabbo.net/v1/chat/completions
API Key: YOUR_API_KEYCompatibility
Step-by-step setup
- 1Open Advanced Settings
Open Settings, then Advanced Settings.
- 2Pick a model slot
Click the Chat Bot model selector, scroll to the bottom, and choose Custom Models.
- 3Uncheck Autofill Request URL
Find Autofill Request URL in the Advanced Settings list and turn it off before you paste anything. See the warning above.
- 4Paste the URL
Paste the full URL ending in `/v1/chat/completions` into the URL field, and set Format to OpenAICompatible.
textRequest URL: https://newapi.c.dabbo.net/v1/chat/completions - 5Paste the API key
Paste your dabboUno API key into the Key/Password field.
- 6Fill in Request Model
Put the exact model name from dabboUno's models page into Request Model.
Recommended models
Free models that work here. Paste any model id into the client.
Gotchas
- Uncheck Autofill Request URL before pasting anything. While on, RisuAI rewrites your URL to its own default and silently breaks the connection.
- Autofill Request URL is a global Advanced Settings toggle, so it applies to every custom model slot. If a working setup stops responding, check it there.
- The key goes in Key/Password. To send an extra header instead, use Additional Parameters with the header::Authorization syntax.
- Custom Models has no model dropdown. Copy-paste the exact model name from dabboUno's models page instead of retyping it.