From f753ed7bf7a7c11423500d775aba8bab60fdb827 Mon Sep 17 00:00:00 2001
From: Nierto <45927237+nierto@users.noreply.github.com>
Date: Sat, 18 May 2024 19:18:07 +0200
Subject: [PATCH] Update README.md
I've added the new TIMEOUT value from the env file and the interactions.py to the example in the README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3468e66..e15b7a1 100644
--- a/README.md
+++ b/README.md
@@ -126,6 +126,7 @@ The official image is available at dockerhub: [ruecat/ollama-telegram](https://h
| `INITMODEL` | Default LLM | No | `llama2` | mistral:latest
mistral:7b-instruct |
| `OLLAMA_BASE_URL` | Your OllamaAPI URL | No | | localhost
host.docker.internal |
| `OLLAMA_PORT` | Your OllamaAPI port | No | 11434 | |
+| `TIMEOUT` | The timeout in seconds for generating responses | No | 3000 | |
## Credits