call-gpt
call-gpt copied to clipboard
Generative AI phone call toolkit
https://github.com/twilio-labs/call-gpt/blob/9968aded01823d23940f57c10b05b1aed779b780/services/gpt-service.js#L111 The function `updateUserContext(name, role, text)` has the following order of params, but in the function call when using tools within the gpt-service, you have the ordering as ` this.updateUserContext('function',...
So i tried few combination from - https://www.twilio.com/docs/voice/twiml/stream I tried having the flag set in different location while editing app.js, either errors the app, or does not record on Twilio....
Great work, thank you for your contribution! For cost purposes I tried using Neets.ai and Deepgram's TTS but cant get them to work. Terminal seems to log GPT-->TTS but not...
node --no-deprecation app.js Server running on port 3000 Twilio -> Starting Media Stream for MZeb5d94dbc813cf20f227ed2a7163312c Interaction 1: TTS -> TWILIO: Hello! I understand you're looking for a pair of AirPods,...
Right now these are my logs from a recent call ``` Server running on port 3000 Twilio -> Starting Media Stream for MZ1cbaeb64da6297ccb08a8cf316d2fe6c Interaction 1: TTS -> TWILIO: Hello! I...
The order of parameters was wrong, causing OpenAI API to give an error because the function name was being passed instead of the role. Simply reordering the parameters would fix...
I am getting just click sounds and static sounds the one you get when you tap the mic and then nothing. Any reason why this is happening?
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
Wanted to ask if I can make a PR adding typescript and typings in general, also moving away from require to import, and adding a dist and build folders, just...
i can't get it to work. i have set it up on fly.io, got all the api keys, upgraded eleven labs, everything is set in .env. when i call it,...