Commit 30bb904 1 parent 1060f37 commit 30bb904 Copy full SHA for 30bb904
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ export class TwitterPostClient {
583
583
const response = await generateText ( {
584
584
runtime : this . runtime ,
585
585
context,
586
- modelClass : ModelClass . SMALL ,
586
+ modelClass : ModelClass . LARGE ,
587
587
} ) ;
588
588
589
589
const rawTweetContent = cleanJsonResponse ( response ) ;
@@ -709,7 +709,7 @@ export class TwitterPostClient {
709
709
const response = await generateText ( {
710
710
runtime : this . runtime ,
711
711
context : options ?. context || context ,
712
- modelClass : ModelClass . SMALL ,
712
+ modelClass : ModelClass . LARGE ,
713
713
} ) ;
714
714
715
715
elizaLogger . log ( "generate tweet content response:\n" + response ) ;
@@ -833,7 +833,7 @@ export class TwitterPostClient {
833
833
const actionResponse = await generateTweetActions ( {
834
834
runtime : this . runtime ,
835
835
context : actionContext ,
836
- modelClass : ModelClass . SMALL ,
836
+ modelClass : ModelClass . LARGE ,
837
837
} ) ;
838
838
839
839
if ( ! actionResponse ) {
You can’t perform that action at this time.
0 commit comments