Skip to content

Commit

Permalink
📝 Update project name and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hidragos committed Mar 22, 2023
1 parent 53b2846 commit 14435c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🚀 ChatGPT React App

This is a React-based application that leverages the power of OpenAI's ChatGPT API to generate human-like responses in a chat interface. This README.md will guide you through the setup and usage of this app. The Express server serves as a proxy to communicate with the ChatGPT API using gpt-turbo, as openai's own package has trouble using the gpt-3.5-turbo model.
This is a React-based application that leverages the power of OpenAI's ChatGPT API to generate human-like responses in a chat interface. This README.md will guide you through the setup and usage of this app. The Express server serves as a proxy to communicate with the ChatGPT API using gpt-turbo, as openai package has trouble using the gpt-3.5-turbo model.

## 📚 Table of Contents

Expand Down Expand Up @@ -33,12 +33,12 @@ To set up the project on your local machine, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/yourusername/chatgpt-react-app.git
git clone https://github.com/yourusername/chatgpt-react-express-app.git
```

2. Change to the project directory:
```bash
cd chatgpt-react-app
cd chatgpt-react-express-app
```

3. Install the dependencies:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "chatgpt-react-app",
"name": "chatgpt-react-express-app",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 14435c6

Please sign in to comment.