We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243e7af commit 734bbfcCopy full SHA for 734bbfc
app/src/main/java/com/example/ivdemo/AiTestActivity.kt
@@ -84,7 +84,7 @@ class AiTestActivity : BaseIPCActivity<AcitivtyAiTestBinding>(), OnEncodeListene
84
" 另有几只却在波光粼粼的湖面上横掠着,小燕子的翼尖或剪尾,偶尔沾了一下水面,那小圆晕便一圈一圈地荡漾开去。\n" +
85
" 那边还有飞倦了的几对,闲散地在纤细的电线上休憩 —— 嫩蓝的春天,几支木杆,几痕细线连于杆与杆之间,线上停着几个小黑点,那便是燕子。多么有趣的一幅图画呀!\n"
86
}
87
- tvText.setText(String.format(LLMCONFIG_TEST_STRING, sici_index))
+// tvText.setText(String.format(LLMCONFIG_TEST_STRING, sici_index))
88
89
btnStartAi.setOnClickListener {
90
if (!isOnline && !isP2pReady) return@setOnClickListener
0 commit comments