Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 303 Bytes

xGPT

Screenshot

Running Locally 👨‍💻

  • First add your OpenAI API key in the .env file as in the .env.example file
  • Update chatContexts variable in Components/Select.tsx file to your liking
  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev