Skip to content

Commit c4fc848

Browse files
authored
Update interactions.ts
1 parent 48da7e3 commit c4fc848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client-twitter/src/interactions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export class TwitterInteractionClient {
438438
const shouldRespond = await generateShouldRespond({
439439
runtime: this.runtime,
440440
context: shouldRespondContext,
441-
modelClass: ModelClass.LARGE,
441+
modelClass: ModelClass.SMALL,
442442
});
443443

444444
// Promise<"RESPOND" | "IGNORE" | "STOP" | null> {
@@ -693,4 +693,4 @@ export class TwitterInteractionClient {
693693

694694
return thread;
695695
}
696-
}
696+
}

0 commit comments

Comments
 (0)