Skip to content

Commit

Permalink
Update README repository url and setup instructions
Browse files Browse the repository at this point in the history
The git repository URL in README has been updated to the correct one as previous URL was not accessible. Also, an additional step has been added for setup procedure to configure the OPENAI_API_KEY. This is essential for the application to function properly and hence was included in the instructions.
  • Loading branch information
Supernova3339 committed Dec 1, 2023
1 parent 18ca718 commit 2724973
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,18 @@

1. Clone the repository
```sh
git clone https://github.com/supernova3339/ai-problem-solver.git
git clone https://github.com/supernova3339/aiproblemsolver.git
```
2. Install dependencies
```sh
cd ai-problem-solver
npm install
```
3. Start the development server
3. Configure the application
```sh
echo "OPENAI_API_KEY" > .env.local
```
4. Start the development server
```sh
npm run dev
```
Expand Down

0 comments on commit 2724973

Please sign in to comment.