Skip to content

Commit

Permalink
Deepseek-v3 is now supported by fireworks. (#17518)
Browse files Browse the repository at this point in the history
* added deepseek-v3  model to fireworks

* bumped pyproject version
  • Loading branch information
KishalveP authored Jan 16, 2025
1 parent dec5be6 commit 9f3b58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
"accounts/fireworks/models/firefunction-v2": 8192,
}

DEEPSEEK_MODELS = {
"accounts/fireworks/models/deepseek-v3": 131072,
}

ALL_AVAILABLE_MODELS = {
**LLAMA_MODELS,
**MISTRAL_MODELS,
**FUNCTION_CALLING_MODELS,
**DEEPSEEK_MODELS,
}

DISCONTINUED_MODELS: Dict[str, int] = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = "llama-index llms fireworks integration"
license = "MIT"
name = "llama-index-llms-fireworks"
readme = "README.md"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down

0 comments on commit 9f3b58a

Please sign in to comment.