{
"LLM": {
"conversation_llm": {
"provider": "azure",
"model_name": "gpt-4o",
"params": {
"streaming": true ,
"temperature":0.2
}
},
"transition_llm": {
"provider": "azure",
"model_name": "gpt-4o",
"params": {
"streaming": true ,
"temperature":0.2
}
}
},
"TTS": {
"tts_model": {
"provider": "sarvam",
"model_name": "bulbul:v3",
"params": {
"pace": 1,
"speaker": "simran",
"model_id": "bulbul:v3",
"voice_id": "simran",
"streaming": true,
"temperature": 0.4
}
},
"enhance_pronunciation": true
},
"STT": {
"stt_provider": "deepgram",
"params": {
"model": "nova-3",
"language_code": "multi"
},
"gibberish_detection": null,
"threshold": null
},
"welcome_message": "Hello, I am Nia speaking from Nestaway. Am I speaking with {{customer_name}}?",
"allowed_languages": [
"en",
"hi"
],
"language_adapter": {
"enabled": true,
"fallback": false,
"logs": "",
"w_previous_input": 0.5,
"w_current_input": 0.5
},
"allow_incoming_interactions": true,
"allow_context_transfer_to_incoming_interactions": true,
"VAD": {
"vad_probability_threshold": 0.98,
"high_probability_window_size": 0.1,
"high_noise_detector_threshold": 0.3
},
"backchanneling_filler_data": {
"approval": [],
"denial": [],
"informing": [],
"asking": [],
"others": []
},
"max_backchannel_fillers_per_turn": 4,
"backchanneling_wait_time": 1.0,
"audio_denoise_config": {
"denoise_enabled": false,
"speech_enhancement_enabled": false,
"params": {
"attenuation_limit": 6.0,
"mix_ratio": 0.85
}
},
"z_factor_window_selector": 1.96
}curl --location --request POST 'https://staging-api.formi.co.in/v2/agents/73/config/model' \
--header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxNDg5IiwianRpIjoiYmQ0OTA4N2MwN2U4NGMxNTg4ZDA5MGQ0OTFkMmQ0ZTMiLCJ2ZXIiOjIsImlhdCI6MTc3NDM0ODI3MiwiZXhwIjoxNzc0MzU1NDcyLCJ0eXBlIjoiT1VUTEVUIn0.OWhut9_n6mwSr0Jk2k2NKuSR-I1WrBedTxE4pD9rn6M' \
--header 'Content-Type: application/json' \
--data-raw '{
"LLM": {
"conversation_llm": {
"provider": "azure",
"model_name": "gpt-4o",
"params": {
"streaming": true ,
"temperature":0.2
}
},
"transition_llm": {
"provider": "azure",
"model_name": "gpt-4o",
"params": {
"streaming": true ,
"temperature":0.2
}
}
},
"TTS": {
"tts_model": {
"provider": "sarvam",
"model_name": "bulbul:v3",
"params": {
"pace": 1,
"speaker": "simran",
"model_id": "bulbul:v3",
"voice_id": "simran",
"streaming": true,
"temperature": 0.4
}
},
"enhance_pronunciation": true
},
"STT": {
"stt_provider": "deepgram",
"params": {
"model": "nova-3",
"language_code": "multi"
},
"gibberish_detection": null,
"threshold": null
},
"welcome_message": "Hello, I am Nia speaking from Nestaway. Am I speaking with {{customer_name}}?",
"allowed_languages": [
"en",
"hi"
],
"language_adapter": {
"enabled": true,
"fallback": false,
"logs": "",
"w_previous_input": 0.5,
"w_current_input": 0.5
},
"allow_incoming_interactions": true,
"allow_context_transfer_to_incoming_interactions": true,
"VAD": {
"vad_probability_threshold": 0.98,
"high_probability_window_size": 0.1,
"high_noise_detector_threshold": 0.3
},
"backchanneling_filler_data": {
"approval": [],
"denial": [],
"informing": [],
"asking": [],
"others": []
},
"max_backchannel_fillers_per_turn": 4,
"backchanneling_wait_time": 1.0,
"audio_denoise_config": {
"denoise_enabled": false,
"speech_enhancement_enabled": false,
"params": {
"attenuation_limit": 6.0,
"mix_ratio": 0.85
}
},
"z_factor_window_selector": 1.96
}'{}