feat(devops): delete httpclient of ark in knowledge_indexing json file (#9)

drew/english
liujian-bytedance 1 year ago committed by GitHub
parent d5636b2ca6
commit 94c219b7fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -271,39 +271,6 @@
"isPtr": true
}
},
"HTTPClient": {
"type": "object",
"description": "",
"properties": {
"Timeout": {
"type": "number",
"description": "",
"goDefinition": {
"libraryRef": {
"version": "",
"module": "time",
"pkgPath": "time"
},
"typeName": "time.Duration",
"kind": "int64",
"isPtr": false
}
}
},
"propertyOrder": [
"Timeout"
],
"goDefinition": {
"libraryRef": {
"version": "",
"module": "net/http",
"pkgPath": "net/http"
},
"typeName": "http.Client",
"kind": "struct",
"isPtr": true
}
},
"Model": {
"type": "string",
"description": "",
@ -392,7 +359,6 @@
"propertyOrder": [
"BaseURL",
"Region",
"HTTPClient",
"Timeout",
"RetryTimes",
"APIKey",
@ -413,7 +379,7 @@
"isPtr": false
}
},
"config_input": "{\"HTTPClient\":{\"Timeout\":0},\"BaseURL\":\"https://ark.cn-beijing.volces.com/api/v3\"}"
"config_input": "{\"BaseURL\":\"https://ark.cn-beijing.volces.com/api/v3\"}"
},
"is_io_type_mutable": false,
"version": "1.0.0",

Loading…
Cancel
Save