From d6f960930d516fb063f1293cd6a4d9125b2f2d69 Mon Sep 17 00:00:00 2001 From: mbeltagy Date: Thu, 24 Oct 2024 17:54:10 +0300 Subject: [PATCH] Update README.md fixed spelling --- workers/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/hello_world/README.md b/workers/hello_world/README.md index ca23d2d..e4e3367 100644 --- a/workers/hello_world/README.md +++ b/workers/hello_world/README.md @@ -2,7 +2,7 @@ ## Hello_world example -There is a hello_world PyWorker implantation under `workers/hello_world`. This PyWorker is +There is a hello_world PyWorker implementation under `workers/hello_world`. This PyWorker is created for an LLM model server that runs on port 5001 has two API endpoints: 1. `/generate`: generates an full response to the prompt and sends a JSON response