Skip to content

Commit

Permalink
更改build.gradle test
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Jan 22, 2025
1 parent 243e7af commit 734bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/ivdemo/AiTestActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AiTestActivity : BaseIPCActivity<AcitivtyAiTestBinding>(), OnEncodeListene
" 另有几只却在波光粼粼的湖面上横掠着,小燕子的翼尖或剪尾,偶尔沾了一下水面,那小圆晕便一圈一圈地荡漾开去。\n" +
" 那边还有飞倦了的几对,闲散地在纤细的电线上休憩 —— 嫩蓝的春天,几支木杆,几痕细线连于杆与杆之间,线上停着几个小黑点,那便是燕子。多么有趣的一幅图画呀!\n"
}
tvText.setText(String.format(LLMCONFIG_TEST_STRING, sici_index))
// tvText.setText(String.format(LLMCONFIG_TEST_STRING, sici_index))

btnStartAi.setOnClickListener {
if (!isOnline && !isP2pReady) return@setOnClickListener
Expand Down

0 comments on commit 734bbfc

Please sign in to comment.