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
1 changed files with 1 additions and 1 deletions

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
```