Prerequisites
- Vapi Account: Access to the Vapi Dashboard for configuration.
- OpenAI API Key: With access to the gpt-3.5-turbo-instruct model.
- Python Environment: Set up with the OpenAI library (
pip install openai
). - Ngrok: For exposing your local server to the internet.
- Code Reference: Familiarize yourself with the
/openai-sse/chat/completions
endpoint function in the provided Github repository: Server-Side Example Python Flask.