Skip to content

The code accompanying the talk, titled: "Personalize GPT with embeddings: Integrate Your Own Documents and build a Pizza Chatbot".

Notifications You must be signed in to change notification settings

dani-sc/embeddings_talk

Repository files navigation

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'

About

The code accompanying the talk, titled: "Personalize GPT with embeddings: Integrate Your Own Documents and build a Pizza Chatbot".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages