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

Add support for litellm and dozens of other providers #33

Conversation

davidberenstein1957
Copy link
Collaborator

@davidberenstein1957 davidberenstein1957 commented Nov 27, 2024

Should be merged after #29
Closes #26

@davidberenstein1957 davidberenstein1957 linked an issue Nov 27, 2024 that may be closed by this pull request
@davidberenstein1957 davidberenstein1957 changed the title Feat/add support for litellm and dozens of other providers Add support for litellm and dozens of other providers Nov 27, 2024
@davidberenstein1957 davidberenstein1957 added this to the 0.1.3 milestone Nov 27, 2024
@davidberenstein1957 davidberenstein1957 changed the title Add support for litellm and dozens of other providers Add support for litellm and dozens of other providers Nov 27, 2024
import os

from litellm import completion
from observers.observers.models.litellm import wrap_litellm
Copy link
Owner

@cfahlgren1 cfahlgren1 Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add this to __init__.py so you can do

from observers.observers import wrap_litellm

@cfahlgren1 cfahlgren1 self-requested a review November 27, 2024 10:45
@davidberenstein1957 davidberenstein1957 merged commit 09667ff into main Nov 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] add support for litellm and dozens of other providers
2 participants