Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Refactor subscription streaming and plumb through anthropic support #5105

Merged
merged 10 commits into from
Oct 19, 2024
Merged
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pg = [
"psycopg[binary,pool]",
]
container = [
"anthropic",
"prometheus-client",
"openai>=1.0.0",
"opentelemetry-sdk",
Expand Down
1 change: 1 addition & 0 deletions requirements/type-check.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r ci.txt
anthropic
grpcio
litellm>=1.0.3
openai>=1.0.0
Expand Down
Loading
Loading