mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
Update README.md
This commit is contained in:
parent
0c0c80000d
commit
9f05561dbd
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
## ⚙️ Set Up Conda Environment
|
||||
- `conda create -n myenv python=3.12`
|
||||
- `conda activate myenv`
|
||||
- ⚠️ Note: Python >= 3.10 required
|
||||
- Note: Python >= 3.10 required
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ Copy `.env.example` to `.env` and add your API keys
|
|||
- `--sample_request`: Path to the sample request file, under `tests/sample_requests` folder
|
||||
- `--load_messages`: If set, it will additionally load the initial set of messages from the sample request file. Else, user input will be required starting from the first message.
|
||||
|
||||
## 🌐 Set up app server
|
||||
## 🌐 Set up server
|
||||
|
||||
- For local testing: `flask --app src.app.main run --port=4040`
|
||||
- To set up the server on remote: `gunicorn -b 0.0.0.0:4040 src.app.main:app`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue