We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c0d17 commit 551ddb9Copy full SHA for 551ddb9
1 file changed
llm/client-openai-responses.sh
@@ -0,0 +1,7 @@
1
+curl -s ${LLAMA_STACK_CLIENT_BASE_URL:-http://localhost:8321}/v1/responses \
2
+ -H "Content-Type: application/json" \
3
+ -H "Authorization: Bearer none" \
4
+ -d '{
5
+ "model": "'${INFERENCE_MODEL:-ollama/llama3.2:3b}'",
6
+ "input": "hi"
7
+ }' | jq .
0 commit comments