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" - }'