An outline of how to use Godly API to build, manage and use your context.
After building a bunch of GPT3 powered apps we found one of the common constraints was that it was limited to general information.
SDK
The easiest way to get started is by using the SDK.
You can access that here or install using npm:
$ npm install godly-ai
Getting Started
You'll need an OpenAI api key which you can generate from the OpenAI Website
You'll also need your Godly api key which you can get from your Settings Page
Create some Context
Godly makes it easy to index and retrieve information to help GPT provide more accurate results. We do this by using OpenAI embeddings to semantically blocks of text called context items. We then retrieve and append the context to completions.
This allows GPT to answer questions using info it hasn't been trained on.
You can create context via the Godly Dashboard, via the API, or using the SDK.
We can't wait to see what you build!