From c194b1887dba1e68eb8a6b068faeaddf5c5b8c9f Mon Sep 17 00:00:00 2001 From: Hunter Jackson Date: Tue, 10 Oct 2023 05:29:24 -0700 Subject: [PATCH] Update README.md fix port in example config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9ce63..0f8ec1b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ handler = "whatsapp_test" ##### Example: Messenger & Llama 2 (via Hugging Face) ```toml -port = 8081 +port = 8080 [[plugins]] name = "hf_test"