-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add more model support with liteLLM #74
Comments
|
Also will want to think about if we want to / can accommodate the instruct + litellm integration: |
Even outside of a full LiteLLMRequestProcessor, we can use their nice token counter for rate limiting And For tracking cost in OpenAIOnline/BatchRequestProcessor |
We should think about if we want to try to route more things towards our OpenAIOnlineBatchRequestProcessor and make that more general towards anything that has the same request and response format. - example of vllm Or if we want to instead default heavily to litellm. LiteLLM runs into the max 50 requests-per-second. Trung opened an issue here: |
https://docs.litellm.ai/docs/routing |
To respond to some of the links, Looked at
Pretty actively maintained community maintained metadata https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json. I like it 👍🏼 |
Tasks:
I'll work in this sequence |
And example data schema from the response obj |
Have default litellm OnlineRequestProcessor that is a catch-all for anything that we haven't optimized or implemented ourselves
The text was updated successfully, but these errors were encountered: