Skip to content

Commit d3a2c4d

Browse files
committed
fixing wrong examples
1 parent 953fc02 commit d3a2c4d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

specification/inference/put_ai21/examples/request/PutAi21RequestExample2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description:
33
Run `PUT _inference/chat-completion/ai21-chat-completion` to create a AI21 inference endpoint that performs a
44
`chat_completion` task.
5-
method_request: 'PUT _inference/chat-completion/ai21-chat-completion'
5+
method_request: 'PUT _inference/chat_completion/ai21-chat-completion'
66
# type: "request"
77
value: |-
88
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# summary:
22
description:
3-
Run `PUT _inference/chat-completion/llama-chat-completion` to create a Llama inference endpoint that performs a
3+
Run `PUT _inference/chat_completion/llama-chat-completion` to create a Llama inference endpoint that performs a
44
`chat_completion` task.
55
method_request: 'PUT _inference/chat-completion/llama-chat-completion'
66
# type: "request"

specification/inference/update/examples/request/InferenceUpdateExample1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ value: |-
44
{
55
"service_settings": {
66
"api_key": "<API_KEY>"
7-
}
7+
},
8+
"service": "example-service"
89
}

0 commit comments

Comments
 (0)