From 71b3f0056c2e15b3d966ef53c8d4ff44c1d09497 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 4 Feb 2024 18:18:25 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f1049..de43124 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Replace `` with the HTTP method (GET or POST), `` with a valid For example: ```bash -curl -X POST -H "Authorization: Bearer user1:key1" http://localhost:8080/api/generate --data '{"data": "Hello, World!"}' +curl -X POST -H "Authorization: Bearer user1:key1" http://localhost:8080/api/generate --data '{'model':'mixtral:latest,'prompt': "Once apon a time,","stream":false,"temperature": 0.3,"max_tokens": 1024}' ``` ### Starting the server using the created Container-Image To start the proxy in background with the above created image, you can use either