Skip to content

Commit bd46e69

Browse files
committed
Fix typos in Llama request examples
1 parent cdadc11 commit bd46e69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/inference/put_llama/examples/request/PutLlamaRequestExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ value: |-
66
{
77
"service": "llama",
88
"service_settings": {
9-
"url": "http://localhost:8321/v1/inference/embeddings"
9+
"url": "http://localhost:8321/v1/inference/embeddings",
1010
"dimensions": 384,
1111
"model_id": "all-MiniLM-L6-v2"
1212
}

specification/inference/put_llama/examples/request/PutLlamaRequestExample2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ value: |-
66
{
77
"service": "llama",
88
"service_settings": {
9-
"url": "http://localhost:8321/v1/openai/v1/chat/completions"
9+
"url": "http://localhost:8321/v1/openai/v1/chat/completions",
1010
"model_id": "llama3.2:3b"
1111
}
1212
}

specification/inference/put_llama/examples/request/PutLlamaRequestExample3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ value: |-
66
{
77
"service": "llama",
88
"service_settings": {
9-
"url": "http://localhost:8321/v1/openai/v1/chat/completions"
9+
"url": "http://localhost:8321/v1/openai/v1/chat/completions",
1010
"model_id": "llama3.2:3b"
1111
}
1212
}

0 commit comments

Comments
 (0)