-
-
Notifications
You must be signed in to change notification settings - Fork 39
Free Github API Key
Eliran Wong edited this page Dec 22, 2024
·
4 revisions
A Free Github API Key allows you to use OpenAI models, like gpt-4o
- Go to https://github.com/ > Signup
- Go to https://github.com/marketplace/models/azure-openai/gpt-4o or https://github.com/marketplace/models/catalog and select gpt-4o
- Get API Key > Get developer key > Generate new token (classic)
- "You do not need to give any permissions to the token. Note that the token will be sent to a Microsoft service."
- Give a note, e.g. "uniquebible"
- Generate token
- Copy the generated token and store it in a secure place
- Open Bible Chat
- Select "github" as the AI backend
- Click settings and enter Github API key
Remarks: You can enter either a single API key or a list of multiple API keys. For multiple key entry, follow the format: ['api_key_1', 'api_key_2', 'api_key_3']. Multiple keys take turn for generating responses.