dtinth / ThreadGPT

Alternative frontend to ChatGPT (gpt-3.5-turbo / gpt-4) with a thread-based interface
https://threadgpt.vercel.app
80 stars 23 forks source link

Some setup details for the readme #26

Open brockbrownwork opened 1 year ago

brockbrownwork commented 1 year ago

I just wanted to say that this is a really excellent program, but I wanted to share the steps I needed to take to set this up on my Windows machine:

npm i vite
npm install -g typescript
npm run build
npm run dev

An important note, I had an issue with running npm i typescript and instead found success with npm install -g typescript, it gave me an error that I couldn't resolve unless I installed typescript with the -g parameter. May be a noob mistake, but it might increase accessibility to include these instructions in the readme. Side note, when I clicked onto the documentation link, I got a 404.

Was able to resolve the issue thanks to this post: https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command

Thanks!

Edit: Also, thought I would share this, I asked on Reddit for a WebAPI where I can edit ChatGPT's answers and I was directed here.

marioseixas commented 1 year ago

I just wanted to say that this is a really excellent program, but I wanted to share the steps I needed to take to set this up on my Windows machine:

npm i vite
npm install -g typescript
npm run build
npm run dev

An important note, I had an issue with running npm i typescript and instead found success with npm install -g typescript, it gave me an error that I couldn't resolve unless I installed typescript with the -g parameter. May be a noob mistake, but it might increase accessibility to include these instructions in the readme. Side note, when I clicked onto the documentation link, I got a 404.

Was able to resolve the issue thanks to this post: https://stackoverflow.com/questions/35369501/tsc-is-not-recognized-as-internal-or-external-command

Thanks!

Edit: Also, thought I would share this, I asked on Reddit for a WebAPI where I can edit ChatGPT's answers and I was directed here.

yeah, it was me on reddit, kk

I've been following a lot of GPT-4 API projects and this is the best one I found. I also like the ATA project: https://github.com/rikhuijzer/ata

but both of them seems to be without updates for a long time... It is because they are simple and functional and perfect from the start?