Vijay
08/31/2024, 8:09 PMmodel.property user should not exist
I'm also trying to use profanity_filter
on the transcriber
(deepgram) property to make sure no bad words get passed to the model, but that throws this error:
transcriber.property profanity_filter should not exist
Can you help me with this?Vapi
08/31/2024, 8:10 PMuser
are not standard and would not be recognized. Instead, you should pass the user ID using the appropriate context or metadata fields provided by the API, if available. If you need to update your model configuration to remove the user
property, please let me know, and I can assist you with that.
2. Regarding the profanity_filter
on the transcriber
property, it sounds like the transcriber
service you're using (Deepgram) might not support a profanity_filter
property directly. You may need to implement a separate profanity filtering step after you receive the transcription from Deepgram, before passing it to your model.
If you need further assistance with updating your model configuration or implementing a separate profanity filtering step, please provide more details or ask for support, and I'll be glad to help!Vapi
08/31/2024, 8:10 PMVijay
08/31/2024, 8:52 PMVijay
08/31/2024, 8:53 PMJotham
08/31/2024, 10:32 PMVijay
08/31/2024, 10:33 PMVijay
08/31/2024, 10:41 PMShubham Bajaj
09/01/2024, 7:11 AM🔵 19:25:56:516 Couldn't Complete Completion Request (#1, provider: custom-llm, model: gpt-4o-mini, region: undefined, credential: true) Error: {
"error": {
"message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error.",
"type": "server_error",
"param": null,
"code": null
},
"code": null,
"param": null,
"type": "server_error",
"message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error.",
"stack": "Error: The server had an error processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if you keep seeing this error.\n at Stream.iterator (/app/node_modules/openai/streaming.js:39:35)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async handleOpenAIStream (/app/dist/libs/core/src/util/openAIUtil.js:80:22)\n at async CustomLLMRequest.request (/app/dist/libs/core/src/components/liveCallPipeline/streams/completions/requests/customLlmRequest.js:49:9)"
}
Shubham Bajaj
09/01/2024, 7:13 AMVijay
09/01/2024, 7:14 AMVijay
09/01/2024, 7:14 AMVijay
09/01/2024, 7:15 AMVijay
09/01/2024, 7:15 AMVijay
09/01/2024, 7:16 AMVijay
09/01/2024, 7:17 AMShubham Bajaj
09/01/2024, 12:27 PMShubham Bajaj
09/01/2024, 12:28 PMVijay
09/01/2024, 3:28 PMVijay
09/01/2024, 3:42 PMdb905ebc-4a61-4d7d-83ba-84aaa3cb9e53
Shubham Bajaj
09/02/2024, 3:45 PMShubham Bajaj
09/02/2024, 3:46 PMShubham Bajaj
09/02/2024, 3:46 PMVijay
09/02/2024, 3:47 PMEdash
09/19/2024, 8:47 PMShubham Bajaj
09/20/2024, 4:33 PM