21 lines
561 B
Plaintext
21 lines
561 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.inference.put({
|
|
task_type: "completion",
|
|
inference_id: "alibabacloud_ai_search_completion",
|
|
inference_config: {
|
|
service: "alibabacloud-ai-search",
|
|
service_settings: {
|
|
host: "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com",
|
|
api_key: "{{API_KEY}}",
|
|
service_id: "ops-qwen-turbo",
|
|
workspace: "default",
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|