Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 683 Bytes

embeddings_talk

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.

ElevenLabs CURL commands

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'