Skip to content

Commit d8407d9

Browse files
authoredJan 4, 2025
Merge branch 'develop' into refactor/readme
2 parents 6959f3a + b043684 commit d8407d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ETERNALAI_MODEL= # Default: "neuralmagic/Meta-Llama-3.1-405B-Inst
2222
ETERNALAI_API_KEY=
2323
ETERNAL_AI_LOG_REQUEST=false #Default: false
2424

25-
GROK_API_KEY= # GROK API Key
25+
GROK_API_KEY= # GROK/xAI API Key
2626
GROQ_API_KEY= # Starts with gsk_
2727
OPENROUTER_API_KEY=
2828
GOOGLE_GENERATIVE_AI_API_KEY= # Gemini API key

‎packages/plugin-image-generation/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,5 @@ export const imageGenerationPlugin: Plugin = {
354354
evaluators: [],
355355
providers: [],
356356
};
357+
358+
export default imageGenerationPlugin;

0 commit comments

Comments
 (0)