diff --git a/public/.gitignore b/public/.gitignore new file mode 100644 index 0000000..fd78ca4 --- /dev/null +++ b/public/.gitignore @@ -0,0 +1,4 @@ +chatgpt-clone +404.html +index.html +index.txt \ No newline at end of file diff --git a/public/img/gpt.svg b/public/img/gpt.svg index 005b408..839df87 100644 --- a/public/img/gpt.svg +++ b/public/img/gpt.svg @@ -1 +1,9 @@ -ChatGPT \ No newline at end of file + + + + + + + + + \ No newline at end of file diff --git a/src/app/components/Chat.jsx b/src/app/components/Chat.jsx index d1ca1d7..c95e4a9 100644 --- a/src/app/components/Chat.jsx +++ b/src/app/components/Chat.jsx @@ -71,7 +71,7 @@ export const Chat = () => { Built by Ashish Agarwal, based on FreeGPT.js with Next.js.

- FreeGPT also depends on ChatGPT 3.5 Turbo. + FreeGPT also depends on ChatGPT 3.5 Turbo. FreeGPT or this project is not affilated with ChatGPT.

Visit GitHub (top left) for more info.