The code accompanying the talk, titled: "Personalize GPT with embeddings: Integrate Your Own Documents and build a Pizza Chatbot".
Please drop me a message if you're interested about the full talk, including slides.
The API keys are non-working examples. To execute the code, please provide your own API keys.
curl -X 'GET' \
'https://api.elevenlabs.io/v1/models' \
--header 'accept: application/json' \
--header 'xi-api-key: 33181304b3d038e9990fa6719b21b178'
curl -X 'GET' \
'https://api.elevenlabs.io/v1/voices' \
--header 'accept: application/json' \
--header 'xi-api-key: 33181304b3d038e9990fa6719b21b178'