Skip to content

Commit 651f795

Browse files
committed
- Authorization: Bearer none
1 parent 6e94c2d commit 651f795

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llm/client-openai-completions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
curl -s ${LLAMA_STACK_CLIENT_BASE_URL:-http://localhost:8321}/v1/chat/completions \
22
-H "Content-Type: application/json" \
3-
-H "Authorization: Bearer none" \
43
-d '{
54
"model": "'${INFERENCE_MODEL:-ollama/llama3.2:3b}'",
65
"messages": [ { "role": "user", "content": "Hi" } ]

llm/client-openai-responses.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
curl -s ${LLAMA_STACK_CLIENT_BASE_URL:-http://localhost:8321}/v1/responses \
22
-H "Content-Type: application/json" \
3-
-H "Authorization: Bearer none" \
43
-d '{
54
"model": "'${INFERENCE_MODEL:-ollama/llama3.2:3b}'",
65
"input": "hi"

0 commit comments

Comments
 (0)