Skip to content

Commit 0bddb90

Browse files
committed
feat: add multi-provider LLM model configuration and initialization for the Blog Writer.
1 parent 9ba13d2 commit 0bddb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

casts/blog_writer/modules/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
LLMProvider.OPENAI: "gpt-4o",
3131
LLMProvider.ANTHROPIC: "claude-3-5-sonnet-20241022",
3232
LLMProvider.GOOGLE: "gemini-2.0-flash",
33-
LLMProvider.OPENROUTER: "openai/gpt-4o", # OpenRouter uses provider/model format
33+
LLMProvider.OPENROUTER: "upstage/solar-pro-3:free", # OpenRouter free model
3434
}
3535

3636
# OpenRouter API base URL

0 commit comments

Comments
 (0)