/gptcodepal

Your GPT powered CodePal

Primary LanguageVue

GPT CodePal 🤖

Test it out at https://gptcodepal.xyz

Vue3 + Vite + Pinia + NaiveUI + TailwindCSS

Prompted into existence by GPT-4

About

This is a simple chat interface, prompted into existance thanks to early access to GPT-4. I wanted to see how far could the prompting with minor tweaks take me when creating a new app, the result is quite messy and will need further refactor (but works for now).

Note: Created with 8k context model, we'll see the results for 32k.

What doesn't work (yet)

  • Stop generating button
  • Token counting is off, as I'm using GPT-3 library for estimates (more tokens are estimated than spent)
  • There's only default GPT-4 setting for now. Sorry!

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Rest should be pretty obvious.

image image