mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
add auth for copilot and agents
This commit is contained in:
parent
cdc96e7ce3
commit
ad4ea23d79
14 changed files with 173 additions and 43 deletions
|
|
@ -74,8 +74,9 @@ Copy `.env.example` to `.env` and add your API keys
|
|||
- To set up the server on a remote machine: `gunicorn -b 0.0.0.0:4040 src.app.main:app`
|
||||
|
||||
### 🖥️ Run test client
|
||||
`python -m tests.app_client --sample_request default_example.json`
|
||||
`python -m tests.app_client --sample_request default_example.json --api_key test`
|
||||
- `--sample_request`: Path to the sample request file, under `tests/sample_requests` folder
|
||||
- `--api_key`: API key to use for authentication. This is the same key as the one in the `.env` file.
|
||||
|
||||
## 📖 More details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue