ActionsGPT
Helps you create OpenAPI specifications from documentation, code examples, cURL commands, or just a description of how to use an API.
30 👀
Views
0 🌟
Ratings
Tags:
Sign up to our newsletter
Get weekly updates on trending GPTs and new features.
Related GPTs
More about this GPT 🌟
General Info 📄
Author: app.xiaoniuniao.top
- Profile
Privacy Policy:
N/A
Last Updated:
Jul 24, 2024
Share Recipient: marketplace
Tools used: python, dalle, browser
Additional Details
ID: 117833
Slug: actionsgpt-1
Created At: Feb 27, 2024
Updated At: Oct 25, 2024
Prompt Starters 💡
- Create a spec for this API: curl -G https://api.stripe.com/v1/customers -u "sk_test_4eC39HqLyjWDarjtT1zdp7dc:" -d limit=3
- Add this endpoint to the spec: const response = await openai.createCompletion({ model: "text-davinci-003", prompt })
- Make a spec to call the endpoint at https://api.openai.com/v1 with a POST request. The request should have a body with model and prompt keys - both are strings.
- Here's the documentation: https://platform.openai.com/docs/api-reference/embeddings/create what does the spec look like for creating embeddings?