Remove obsolete test_api.sh

This commit is contained in:
Oliver Hofmann 2026-05-10 11:47:15 +02:00
parent 21cab46365
commit 5a50d0be04

View File

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