llm testing

This commit is contained in:
gcw_4spBpAfv
2026-03-10 19:00:32 +08:00
parent ec1f7d2e72
commit 1cae048a7f
5 changed files with 482 additions and 297 deletions

View File

@@ -90,4 +90,13 @@ object AppConfig {
// 模型文件大小估计(字节)
const val MODEL_SIZE_ESTIMATE = 500L * 1024 * 1024 // 500MB
}
object OnboardTesting {
// 测试人脸识别
const val FACE_REGONITION = false
// 测试本地大模型
const val LOCAL_LLM_SUMMARY = false
}
}