Adjust/Improve pipeline to be compatible with more models#4
Adjust/Improve pipeline to be compatible with more models#4yuqiannemo wants to merge 4 commits intoXtra-Computing:devfrom
Conversation
yuqiannemo
commented
Mar 22, 2026
- Add more dependencies to support more models
|
Thanks for working on broader model compatibility here. Supporting more HF model families is a good direction, and the That said, I don't think this is ready to merge as-is because the dependency changes would make the base package less portable. Moving these packages into
I think the right direction is:
On openrouter_prefixes = [
"openrouter/",
"openrouter:",
"anthropic/claude-",
"deepseek/",
"openai/gpt-3",
"openai/gpt-4",
"google/gemini-",
"x-ai/grok-",
"cohere/command",
"perplexity/",
]This way One smaller process note: the PR description looks incomplete ( Net: I like the goal of the PR, but the dependency strategy needs to change before this can be merged. |