Skip to content

Commit

Permalink
Fix typo in README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii-Klimov authored Nov 14, 2023
1 parent d73fd86 commit f35c478
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ make serve

Copy .env.example to .env and customize it for your environment:

| Variable | Default | Description |
|------------------|--------------------------|--------------------------------------------------------|
| CONFIG_DIR | aidial_assistant/configs | Configuration directory |
| LOG_LEVEL | INFO | Log level. Use DEBUG for dev purposes and INFO in prod |
| OPENAPI_API_BASE | N/A | OpenAI API Base |
| WEB_CONCURRENCY | 1 | Number of workers for the server |
| Variable | Default | Description |
|-----------------|--------------------------|--------------------------------------------------------|
| CONFIG_DIR | aidial_assistant/configs | Configuration directory |
| LOG_LEVEL | INFO | Log level. Use DEBUG for dev purposes and INFO in prod |
| OPENAI_API_BASE | N/A | OpenAI API Base |
| WEB_CONCURRENCY | 1 | Number of workers for the server |

### Docker

Expand Down

0 comments on commit f35c478

Please sign in to comment.