Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
Study Performance Tracking App
Commits
efa62dc7
Commit
efa62dc7
authored
May 22, 2024
by
Clark Lin
Browse files
optimized structure of fastapi services
parent
07014945
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/credential/credential.json.backup
0 → 100644
View file @
efa62dc7
{
"oss": {
"<OSS bucket name from Qcloud>": {
"oss-program": {
"secret_id": "<secret_id from Qcloud>",
"secret_key": "<secret_key from Qclout>",
"description": "object-storage-all"
}
}
},
"ocr": {
"ocr-program": {
"secret_id": "<secret_id from Qcloud>",
"secret_key": "<secret_key from Qclout>",
"description": "文字识别 (ocr)"
}
},
"asr": {
"asr-program": {
"app_id": "<app_id from Qcloud>",
"secret_id": "<secret_id from Qcloud>",
"secret_key": "<secret_key from Qclout>",
"description": "语音识别 (asr)"
}
},
"paddle": {
"aliyun_ecs": {
"base_url": "<paddle service url>",
"client_id": "<paddled service client_id>",
"client_secret": "<paddle service client_secret>"
}
},
"whisper": {
"aliyun_ecs": {
"base_url": "<whisper service url>",
"client_id": "<whisper service client_id>",
"client_secret": "<whisper service client_secret>"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment