8000 GitHub - ninjasstudio/gpt3-demo: Web UI for testing out GPT-3 use cases
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ninjasstudio/gpt3-demo

 
 

Repository files navigation

gpt3-demo

A collection of interactive GPT-3 demos in a NextJS+Mantine web app.

Screenshot of npm app with GPT-3 demos

Bootstrap

Run the webserver locally to interact with the demo

Node 18.* recommended

node --version
v18.7.0

Other versions may work but your mileage may vary. Installable here: https://nodejs.org/en/download/current/

Open AI token required

Create one here: https://openai.com/api/

cp .env.local.example .env.local

Declare your API token in .env.local

Codex note

Codex is in private beta and requires approval from Open AI. See details here: https://openai.com/blog/openai-codex/

Starting the server

npm install
npm run dev

If you are seeing HTTP Code 429 errors, make sure your OpenAI account is in good standing (trial could be expired).

Pre-commit setup

python3 -m pip install pre-commit
pre-commit --install

About

Web UI for testing out GPT-3 use cases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • JavaScript 2.6%
0