Skip to content

Commit b825740

Browse files
authored
Update post.ts
1 parent c4fc848 commit b825740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-twitter/src/post.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ export class TwitterPostClient {
833833
const actionResponse = await generateTweetActions({
834834
runtime: this.runtime,
835835
context: actionContext,
836-
modelClass: ModelClass.LARGE,
836+
modelClass: ModelClass.SMALL,
837837
});
838838

839839
if (!actionResponse) {

0 commit comments

Comments
 (0)