Skip to content

Commit f801493

Browse files
committed
load image plugin if venice key is found
1 parent e6144ff commit f801493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ export async function createAgent(
464464
: null,
465465
getSecret(character, "FAL_API_KEY") ||
466466
getSecret(character, "OPENAI_API_KEY") ||
467+
getSecret(character, "VENICE_API_KEY") ||
467468
getSecret(character, "HEURIST_API_KEY")
468469
? imageGenerationPlugin
469470
: null,

0 commit comments

Comments
 (0)