llama-stack-mirror/llama_stack/providers/remote/inference/fireworks
Ben Browning 1dcde0de67 fix: OpenAI Completions API and Fireworks
We were passing a dict into the compat mixin for OpenAI Completions
when using Llama models with Fireworks, and that was breaking some
strong typing code that was added in openai_compat.py. We shouldn't
have been converting these params to a dict in that case anyway, so
this adjusts things to pass the params in as their actual original
types when calling the OpenAIChatCompletionToLlamaStackMixin.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-18 16:06:29 -04:00
..
__init__.py Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
config.py feat: add (openai, anthropic, gemini) providers via litellm (#1267) 2025-02-25 22:07:33 -08:00
fireworks.py fix: OpenAI Completions API and Fireworks 2025-04-18 16:06:29 -04:00
models.py test: verification on provider's OAI endpoints (#1893) 2025-04-07 23:06:28 -07:00