mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 19:22:36 +00:00
Merge branch 'main' into vector-db-stores-id
This commit is contained in:
commit
4939cf3ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def available_providers() -> list[ProviderSpec]:
|
||||||
adapter=AdapterSpec(
|
adapter=AdapterSpec(
|
||||||
adapter_type="fireworks",
|
adapter_type="fireworks",
|
||||||
pip_packages=[
|
pip_packages=[
|
||||||
"fireworks-ai",
|
"fireworks-ai<=0.18.0",
|
||||||
],
|
],
|
||||||
module="llama_stack.providers.remote.inference.fireworks",
|
module="llama_stack.providers.remote.inference.fireworks",
|
||||||
config_class="llama_stack.providers.remote.inference.fireworks.FireworksImplConfig",
|
config_class="llama_stack.providers.remote.inference.fireworks.FireworksImplConfig",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue