Skip to content

Commit a8704ef

Browse files
committed
run make spec-format-fix
1 parent b581494 commit a8704ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

specification/inference/put_deepseek/request/PutDeepSeekRequestExample1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ alternatives:
6565
]);
6666
- language: curl
6767
code:
68-
"curl -X PUT -H \"Authorization: ApiKey $ELASTIC_API_KEY\" -H \"Content-Type: application/json\" -d
69-
'{\"service\":\"deepseek\",\"service_settings\":{\"api_key\":\"DeepSeek-Api-key\",\"model_id\":\"deepseek-chat\"
70-
}' \"$ELASTICSEARCH_URL/_inference/completion/deepseek-completion\""
68+
'curl -X PUT -H "Authorization: ApiKey $ELASTIC_API_KEY" -H "Content-Type: application/json" -d
69+
''{"service":"deepseek","service_settings":{"api_key":"DeepSeek-Api-key","model_id":"deepseek-chat"
70+
}'' "$ELASTICSEARCH_URL/_inference/completion/deepseek-completion"'
7171
- language: Java
7272
code: >
7373
client.inference().put(p -> p

specification/inference/put_deepseek/request/PutDeepSeekRequestExample2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ alternatives:
6565
]);
6666
- language: curl
6767
code:
68-
"curl -X PUT -H \"Authorization: ApiKey $ELASTIC_API_KEY\" -H \"Content-Type: application/json\" -d
69-
'{\"service\":\"deepseek\",\"service_settings\":{\"api_key\":\"DeepSeek-Api-key\",\"model_id\":\"deepseek-chat\"
70-
}' \"$ELASTICSEARCH_URL/_inference/chat_completion/deepseekdeepseek-chat-completion\""
68+
'curl -X PUT -H "Authorization: ApiKey $ELASTIC_API_KEY" -H "Content-Type: application/json" -d
69+
''{"service":"deepseek","service_settings":{"api_key":"DeepSeek-Api-key","model_id":"deepseek-chat"
70+
}'' "$ELASTICSEARCH_URL/_inference/chat_completion/deepseekdeepseek-chat-completion"'
7171
- language: Java
7272
code: >
7373
client.inference().put(p -> p

0 commit comments

Comments
 (0)