Skip to content
/ Sofos Public

GPT-4 chatbot, implemented with React (TypeScript) and Next.js

Notifications You must be signed in to change notification settings

alexylon/Sofos

Repository files navigation

sofos

sofos is yet another web GPT chatbot, implemented with React (TypeScript) and Next.js


RUN the React/Next.js App in a browser

Copy .env.local.template as .env.local and fill in the following values:

OPENAI_API_KEY - get it from https://platform.openai.com/account/api-keys

GITHUB_ID - get it from GitHub -> Settings -> Developer Settings -> OAuth Apps -> New OAuth App

GITHUB_SECRET - get it from GitHub -> Settings -> Developer Settings -> OAuth Apps -> New OAuth App

NEXTAUTH_SECRET - generate a random string

Run the following commands in the root directory:

npm install

npm run dev

Then navigate to http:https://localhost:3000 in your browser

About

GPT-4 chatbot, implemented with React (TypeScript) and Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages