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/applications/{application_id}/config \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "model": "gpt-4o", "temperature": 0.5, "max_tokens": 4096 } '
{ "data": { "model": "gpt-4o", "temperature": 0.5, "max_tokens": 4096 } }
Replace the configuration object for an application.
Your Maitai API key from the Portal.
Update application config.
Was this page helpful?