Skip to content

Commit

Permalink
Update Chat.jsx to include disclaimer about affiliation with ChatGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
devashish2024 committed Apr 11, 2024
1 parent 70c4d70 commit 3aee345
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
chatgpt-clone
404.html
index.html
index.txt
10 changes: 9 additions & 1 deletion public/img/gpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Chat = () => {
Built by Ashish Agarwal, based on FreeGPT.js with Next.js.
</p>
<p className="mt-2 text-center text-base">
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.
</p>
<p className="mt-0 text-center text-base">
Visit GitHub (top left) for more info.
Expand Down

0 comments on commit 3aee345

Please sign in to comment.