aboutsummaryrefslogtreecommitdiffstats
path: root/runpod/test.sh
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-06 17:38:52 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-06 17:38:52 +0000
commit9f5ea956fa3c68f3e73c673f66bdeca58ca74699 (patch)
tree3fe2d7db8b4ce92ed6bc2642a6b3aa35e001c4df /runpod/test.sh
parentinitial version of the prettier service (diff)
downloadmilla-9f5ea956fa3c68f3e73c673f66bdeca58ca74699.tar.gz
milla-9f5ea956fa3c68f3e73c673f66bdeca58ca74699.zip
runpod serverless ollama - WIP
Diffstat (limited to 'runpod/test.sh')
-rwxr-xr-xrunpod/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/runpod/test.sh b/runpod/test.sh
new file mode 100755
index 0000000..fc725ab
--- /dev/null
+++ b/runpod/test.sh
@@ -0,0 +1,6 @@
+#!/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}'