Hi all, i'm trying to integrate my own tts system by editing the assistant configuration.. I tired to do that in CLI (with json string) but the error keep going as follows:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x8 pc=0x100bc0838]
goroutine 1 [running]:
github.com/VapiAI/cli/pkg/client.(*VapiClient).DoRawJSON(0x0, {0x100f4e800, 0x1014d3c80}, {0x100c36f13, 0x5}, {0x1400018ed80, 0x30}, {0x14000090480, 0x75, 0x80})
Any ideas on how to solve it? My API key set-up and CLI are correctly updated. Or.. is there another way to achieve the integration? Thank you!