feat: create dynamic model registration for Anthropic remote inference provider

This commit is contained in:
r3v5 2025-07-23 18:45:46 +01:00
parent e1ed152779
commit 2adc228762
No known key found for this signature in database
GPG key ID: 7758B9F272DE67D9
4 changed files with 1585 additions and 1520 deletions

View file

@ -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",