aboutsummaryrefslogtreecommitdiffstats
path: root/runpod/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runpod/test.sh')
-rwxr-xr-xrunpod/test.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/runpod/test.sh b/runpod/test.sh
deleted file mode 100755
index fc725ab..0000000
--- a/runpod/test.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env sh
-
-curl -X POST https://api.runpod.ai/v2/y7s1hikgduedkr/run \
- -H 'Content-Type: application/json' \
- -H 'Authorization: Bearer XXX' \
- -d '{"model": "mistral", "prompt_user": "ping", "temp": 0.2}'