[6.9.2]AI大模型长链

This commit is contained in:
xuxinchao
2025-04-21 17:57:07 +08:00
parent 83cfab7fd9
commit 45bf1ebb33
2 changed files with 2 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ class HttpDnsStartUp : AndroidStartup<Boolean>(), IMoGoCloudListener {
//初始化NDE长链
V2XRepository.init(
context,
SharedPrefsMgr.getInstance().sn+"PAD",
SharedPrefsMgr.getInstance().sn+"_PAD",
V2X_APP_ID,
V2X_SECRET,
if(DebugConfig.getNetMode() == DebugConfig.NET_MODE_DEV){

View File

@@ -194,6 +194,7 @@ object V2XRepository : IRepository, IMGV2NListener {
this.sn = sn
MGV2N.getInstance().init(context, sn, appId, secret, env, debug)
MGV2N.getInstance().setV2NListener(this)
MGV2N.getInstance().start()
}
fun uploadLlmQuery(b: MGLlmQueryBean) {