zeroclaw/src/providers
cd slash 5b19502bd9
fix(providers): correct Fireworks AI base URL to include /v1 path (#346)
The Fireworks API endpoint requires /v1/chat/completions, but the
base URL was missing the /v1 path segment, causing 404 errors and
triggering a broken responses fallback.

Fix: Add /v1 to base URL so correct endpoint is built:
  https://api.fireworks.ai/inference/v1/chat/completions
2026-02-16 23:53:34 +08:00
..
anthropic.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
compatible.rs fix(onboard): refresh MiniMax defaults and endpoint (#299) 2026-02-16 23:40:44 +08:00
gemini.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
mod.rs fix(providers): correct Fireworks AI base URL to include /v1 path (#346) 2026-02-16 23:53:34 +08:00
ollama.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
openai.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
openrouter.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
reliable.rs fix(ci): align reliable provider tests with ChatResponse 2026-02-16 22:06:40 +08:00
router.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00
traits.rs refactor(provider): unify Provider responses with ChatResponse 2026-02-16 19:16:22 +08:00