File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -394,21 +394,12 @@ public override LLM CreateLLM()
394
394
llm . AddLora ( loraNameLLManager , loraWeight ) ;
395
395
return llm ;
396
396
}
397
-
398
397
public override void SetParameters ( )
399
398
{
400
399
prompt = "" ;
401
400
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 = "Идиот" ;
412
403
tokens1 = 5 ;
413
404
tokens2 = 9 ;
414
405
loraWeight = 0.9f ;
@@ -570,7 +561,7 @@ public override void SetParameters()
570
561
if ( Application . platform == RuntimePlatform . WindowsEditor || Application . platform == RuntimePlatform . WindowsPlayer )
571
562
{
572
563
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 " ;
574
565
}
575
566
else
576
567
{
You can’t perform that action at this time.
0 commit comments