Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkane1/gpt3-instruct-sandbox
Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API
https://github.com/bkane1/gpt3-instruct-sandbox
Last synced: 5 days ago
JSON representation
Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API
- Host: GitHub
- URL: https://github.com/bkane1/gpt3-instruct-sandbox
- Owner: bkane1
- Created: 2021-01-27T17:01:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T16:41:10.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T17:38:31.532Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 347
- Watchers: 7
- Forks: 82
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpt3-instruct-sandbox
Interactive Jupyter Notebook Environment for using the GPT-3 Instruct API# Description
This project updates an existing GPT-3 sandbox project (https://github.com/shreyashankar/gpt3-sandbox) to interact with OpenAI's Instruct API (still in beta, join waitlist at https://share.hsforms.com/1Lfc7WtPLRk2ppXhPjcYY-A4sk30).
Example includes Interactive UI using IPython Widgets to input prompt to GPT-3 and then run SQL code (using sqalchemy) in one place.
Article describing GPT-3 Instruct usage is located at: https://blog.seekwell.io/gpt3.