feat: support grok,mistral,sambanova (#1321)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run

This commit is contained in:
Wendong-Fan 2026-02-21 06:15:01 +00:00 committed by GitHub
parent 3b050b979e
commit 5ca2caf557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 258 additions and 32 deletions

View file

@ -7,7 +7,7 @@ requires-python = ">=3.12,<3.13"
dependencies = [
"alembic>=1.15.2",
"openai>=1.99.3,<2",
"camel-ai==0.2.90a1",
"camel-ai==0.2.90a2",
"pydantic[email]>=2.11.1",
"click>=8.1.8",
"fastapi>=0.115.12",