Adding API URL suffix to the README.md.

This commit is contained in:
Alexey Skobkin 2024-03-12 22:13:32 +03:00
parent bfacbb9f98
commit 38fcd1a5a9
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -9,7 +9,7 @@
```shell
docker run \
-e OLLAMA_TOKEN=123 \
-e OLLAMA_BASE_URL=http://ollama.tld:11434 \
-e OLLAMA_BASE_URL=http://ollama.localhost:11434/v1 \
-e TELEGRAM_TOKEN=12345 \
skobkin/telegram-llm-bot
```