supersede: replay changes from #1661

Automated conflict recovery onto latest dev.
This commit is contained in:
Chummy 2026-02-25 07:10:46 +00:00 committed by Chum Yin
parent db175c3690
commit 8bbf256fa9
2 changed files with 2 additions and 2 deletions

View File

@ -4798,7 +4798,7 @@ mod tests {
let groq = OpenAiCompatibleProvider::new(
"Groq",
"https://api.groq.com/openai",
"https://api.groq.com/openai/v1",
Some("fake_key"),
AuthStyle::Bearer,
);

View File

@ -2425,7 +2425,7 @@ mod tests {
make_provider("Moonshot", "https://api.moonshot.cn", None),
make_provider("GLM", "https://open.bigmodel.cn", None),
make_provider("MiniMax", "https://api.minimaxi.com/v1", None),
make_provider("Groq", "https://api.groq.com/openai", None),
make_provider("Groq", "https://api.groq.com/openai/v1", None),
make_provider("Mistral", "https://api.mistral.ai", None),
make_provider("xAI", "https://api.x.ai", None),
make_provider("Astrai", "https://as-trai.com/v1", None),