mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 10:30:02 +00:00
feat: create dynamic model registration for Anthropic remote inference provider
This commit is contained in:
parent
e1ed152779
commit
2adc228762
4 changed files with 1585 additions and 1520 deletions
|
|
@ -22,6 +22,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"anthropic>=0.58.2",
|
||||
"fastapi>=0.115.0,<1.0", # server
|
||||
"fire", # for MCP in LLS client
|
||||
"httpx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue