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 "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": { "Model": {
"type": "string", "type": "string",
"description": "", "description": "",
@ -392,7 +359,6 @@
"propertyOrder": [ "propertyOrder": [
"BaseURL", "BaseURL",
"Region", "Region",
"HTTPClient",
"Timeout", "Timeout",
"RetryTimes", "RetryTimes",
"APIKey", "APIKey",
@ -413,7 +379,7 @@
"isPtr": false "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, "is_io_type_mutable": false,
"version": "1.0.0", "version": "1.0.0",

Loading…
Cancel
Save