diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-01 23:10:35 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-01 23:10:35 +0100 |
| commit | d294d63e1e19f1ac5d8200690ee0370fb0662a27 (patch) | |
| tree | f7cda8c7d11840d706184d8485a7d95d9258b69d | |
| parent | 8cd5330195a46433f66a5134900203e6f45cc367 (diff) | |
| download | aichat-dev-docker-d294d63e1e19f1ac5d8200690ee0370fb0662a27.tar.gz | |
README: Fixed newline error
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ This is a `sigoden/aichat` configuration to be used with docker. `config/.env` example: ```conf - DEEPINFRA_API_BASE=https://api.deepinfra.com/v1/openai + DEEPINFRA_API_BASE=https://api.deepinfra.com/v1/openai DEEPINFRA_API_KEY=[...] ``` |
