文字接入asengine

This commit is contained in:
CakeCN
2025-09-08 19:39:55 +08:00
parent 6883a999e9
commit 2da2da1208
8 changed files with 316 additions and 22 deletions

View File

@@ -44,4 +44,7 @@ class Config:
"secret_key": GLOBAL_CONFIG['TENCENT_COS']['secret_key'],
"bucket": GLOBAL_CONFIG['TENCENT_COS']['bucket'],
"region": GLOBAL_CONFIG['TENCENT_COS']['region'],
}
}
ASE_ENGINE_URL = GLOBAL_CONFIG['ASE_ENGINE']['url']
ASE_ENGINE_NAMESPACE = GLOBAL_CONFIG['ASE_ENGINE']['namespace']