Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bkane1/gpt3-instruct-sandbox
/ types & classes
Types & classes
2 in github.com/bkane1/gpt3-instruct-sandbox
⨍
Functions
21
◇
Types & classes
2
Class
Example
Stores an input, output pair and formats it to prime the model.
api/gpt.py:14
Class
GPT
The main class for a user to interface with the OpenAI API. A user can add examples and set parameters of the API request.
api/gpt.py:41