supersede: replay changes from #1661
Automated conflict recovery onto latest dev.
This commit is contained in:
parent
db175c3690
commit
8bbf256fa9
@ -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,
|
||||
);
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user