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?