Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond0208 committed Jan 6, 2025
1 parent 2df9103 commit dda2144
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,18 @@ flask db migrate
flask db upgrade
```

5. Run the application:
5. Configure LLM API key
Create a `.env` file in project root and add LLM API key(I'm using Anthropic key):

```sh
ANTHROPIC_API_KEY=your_api_key_here
```

5. Run the application(I'm using python3.11):
```bash
flask run
python3.11 main.py
or
python main.py
```

The application will be available at `http://localhost:5000`
Expand Down

0 comments on commit dda2144

Please sign in to comment.