aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-02-01 23:10:35 +0100
committerLeonard Kugis <leonard@kug.is>2026-02-01 23:10:35 +0100
commitd294d63e1e19f1ac5d8200690ee0370fb0662a27 (patch)
treef7cda8c7d11840d706184d8485a7d95d9258b69d
parent8cd5330195a46433f66a5134900203e6f45cc367 (diff)
downloadaichat-dev-docker-d294d63e1e19f1ac5d8200690ee0370fb0662a27.tar.gz
README: Fixed newline error
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b706448..8413049 100644
--- a/README.md
+++ b/README.md
@@ -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=[...]
```