mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 08:56:22 +02:00
Add support for other providers - litellm, openrouter
This commit is contained in:
parent
8c2c21a239
commit
14eee3e0c3
24 changed files with 398 additions and 95 deletions
|
|
@ -62,7 +62,6 @@ mypy-extensions = "^1.0.0"
|
|||
nest-asyncio = "^1.6.0"
|
||||
numpy = "^2.2.1"
|
||||
openai = "*"
|
||||
openai-agents = "*"
|
||||
openpyxl = "^3.1.5"
|
||||
packaging = "^24.2"
|
||||
pandas = "^2.2.3"
|
||||
|
|
@ -104,6 +103,7 @@ websockets = "^13.1"
|
|||
Werkzeug = "^3.1.3"
|
||||
wheel = "^0.44.0"
|
||||
xattr = "^1.1.4"
|
||||
openai-agents = "^0.0.13"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue