Are you talking about this? <@516325293892304898> ...
# general-english
c
Are you talking about this? @Huza
Copy code
{
  "name": "Chloe - Customer Support Assistant",
  "transcriber": {
    "provider": "DeepgramTranscriber",
    "model": "default",
    "language": "en-US",
    "keywords": []
  },
  "model": {
    "provider": "OpenAIModel",
    "model": "gpt-4",
    "fallbackModels": [],
    "semanticCachingEnabled": true,
    "temperature": 0.7,
    "functions": [],
    "maxTokens": 1500
  },
  "voice": {
    "provider": "AzureVoice",
    "voiceId": "en-US",
    "speed": 1
  },
  "forwardingPhoneNumber": "+3232023982",
  "recordingEnabled": true,
  "endCallFunctionEnabled": false,
  "dialKeypadFunctionEnabled": false,
  "hipaaEnabled": false,
  "clientMessages": [
    "transcript",
    "hang",
    "tool-calls",
    "speech-update",
    "metadata",
    "conversation-update"
  ],
  "serverMessages": [
    "end-of-call-report",
    "status-update",
    "hang",
    "tool-calls"
  ],
  "silenceTimeoutSeconds": 30,
  "responseDelaySeconds": 0.4,
  "llmRequestDelaySeconds": 0.1,
  "numWordsToInterruptAssistant": 1,
  "maxDurationSeconds": 3600,
  "backgroundSound": "office",
  "firstMessage": "Hi there! I'm Chloe, your friendly support assistant. How can I assist you with your queries today?",
  "voicemailDetectionEnabled": true,
  "voicemailMessage": "Hi, it seems you couldn't reach us. Please leave a message and we will get back to you shortly.",
  "endCallMessage": "Thank you for contacting us. Have a great day!",
  "endCallPhrases": [
    "goodbye",
    "end call"
  ]
}