ykdojo / kaguya

A ChatGPT plugin that allows you to load and edit your local files in a controlled way, as well as run any Python, JavaScript, and bash script.
http://kaguya.ai/
MIT License
1.2k stars 192 forks source link

Update the index page #11

Closed ykdojo closed 11 months ago

ykdojo commented 1 year ago

We have Next.js's default index page on the index page.

We should change that image

ykdojo commented 1 year ago

This fixes #8.

zenchantlive commented 1 year ago

could we use the vercel starter to get us going? https://github.com/vercel-labs/ai/tree/main/examples/next-openai

ykdojo commented 1 year ago

I don't think that's necessary.

I think what we need is a page that describes what this app does - wdyt? @zenchantlive

ThirDecade2020 commented 11 months ago

I miraculously encountered this page today setting up localhost:3000 so I actually know what it is now haha...I could take on this assignment I took a look and see changes will happen in Index.js code? What message do you want to put here?

ykdojo commented 11 months ago

Sure! What do you think should be there?

ThirDecade2020 commented 11 months ago

I went through all the steps and set up localhost:3000 successfully on my local machine. When the web-page popped up though I didn't quite understand how it played a part in the final goal of interacting with Kaguya/GPT4.

Perhaps throw up the CS Dojo logo and underneath a brief description of localhost purpose in Kaguya/GPT4 context, add final steps to start interacting, and fall into a brief description of Kaguya's capabilities as said above in thread.

If I am off in any way here just let me know.

ykdojo commented 11 months ago

That sounds pretty good.

In the latest commit of mine (https://github.com/ykdojo/kaguya/commit/0d57f76c9471e721385fa2a38e47488d82c7cf0b), I actually ended up editing the index page a bit and added a link to the API doc page.

I hope it's helpful. If you feel like we need something on top of that, maybe stuff you mentioned, definitely let me know, too.

ThirDecade2020 commented 11 months ago

This looks clean & relevant compared to previous version. Close up issue?

1

2

ykdojo commented 11 months ago

If you think it's clear & clean enough, sure, we can close it

ThirDecade2020 commented 11 months ago

Now that I've finally gone through all the steps to interact with Kaguya, & have a rough grasp of this process, I do think it's clear & clean enough ha! API endpoints link/page look good hopefully I can try out more POSTS in near future.