Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/config \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "model": "gpt-4o", "temperature": 0.5 } '
{ "data": { "model": "gpt-4o", "temperature": 0.5 } }
Replace the configuration for an intent group.
Your Maitai API key from the Portal.
Update intent group config.
Was this page helpful?