Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 250 Bytes

scratchpad.md

File metadata and controls

7 lines (7 loc) · 250 Bytes
curl https://api.openai.com/v1/embeddings \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $OPENAI_API_KEY" \
  -d '{"input": "Sample document text goes here",
       "model":"text-similarity-babbage-001"}' > out1.txt