From 5a50d0be04c83a21dff4a5878fb507af8827afbe Mon Sep 17 00:00:00 2001 From: Oliver Hofmann Date: Sun, 10 May 2026 11:47:15 +0200 Subject: [PATCH] Remove obsolete test_api.sh --- test_api.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test_api.sh diff --git a/test_api.sh b/test_api.sh deleted file mode 100644 index 19d852d..0000000 --- a/test_api.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl -X POST http://localhost:8000/api/generate \ - -H "Authorization: sk-admin-key" \ - -H "Content-Type: application/json" \ - -d '{ - "model": "llama3", - "prompt": "Test" - }'