Skip to content

Commit 0c5819c

Browse files
committed
adapt tests for windows
1 parent 364e9a5 commit 0c5819c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

Tests/Runtime/TestLLM.cs

+3-12
Original file line numberDiff line numberDiff line change
@@ -394,21 +394,12 @@ public override LLM CreateLLM()
394394
llm.AddLora(loraNameLLManager, loraWeight);
395395
return llm;
396396
}
397-
398397
public override void SetParameters()
399398
{
400399
prompt = "";
401400
query = "кто ты?";
402-
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
403-
{
404-
reply1 = "Я - искусственный интеллект, создан для общения с людьми и выполнять";
405-
reply2 = "Я - искусственный интеллект, создан для помощи и общения.";
406-
}
407-
else
408-
{
409-
reply1 = "Я - искусственный интеллект, создан для общения с людьми и выполнять";
410-
reply2 = "Идиот";
411-
}
401+
reply1 = "Я - искусственный интеллект, создан для общения с людьми и выполнять";
402+
reply2 = "Идиот";
412403
tokens1 = 5;
413404
tokens2 = 9;
414405
loraWeight = 0.9f;
@@ -570,7 +561,7 @@ public override void SetParameters()
570561
if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
571562
{
572563
reply1 = "To increase your meme production output, you might consider using more modern tools and techniques to generate memes.";
573-
reply2 = "To increase your meme production output, you can try using various tools and techniques to generate more content quickly";
564+
reply2 = "To increase your meme production output, you could consider using more advanced tools and techniques to generate memes faster";
574565
}
575566
else
576567
{

0 commit comments

Comments
 (0)