Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Jan 9, 2024
1 parent 7073879 commit aff0ad0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ poetry shell
poetry run uvicorn main:app --reload --port 7001
```

You can also run the backend (when you're in `backend`):

```bash
poetry run pyright
```

Run the frontend:

```bash
Expand All @@ -58,7 +64,7 @@ MOCK=true poetry run uvicorn main:app --reload --port 7001

## Configuration

* You can configure the OpenAI base URL if you need to use a proxy: Set OPENAI_BASE_URL in the `backend/.env` or directly in the UI in the settings dialog
- You can configure the OpenAI base URL if you need to use a proxy: Set OPENAI_BASE_URL in the `backend/.env` or directly in the UI in the settings dialog

## Docker

Expand Down

0 comments on commit aff0ad0

Please sign in to comment.