Skip to content

Commit

Permalink
comments:
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 22, 2024
1 parent 5a6f997 commit 7463386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ell/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def translate_from_provider(
# Be careful to override this method in your provider.
def call(
self,
#XXX: In future refactors, we can fully enumerate the args and make ell_call's internal to the _provider implementer interface.
# This gives us a litellm style interface for free.
ell_call: EllCallParams,
origin_id: Optional[str] = None,
logger: Optional[Any] = None,
Expand Down

0 comments on commit 7463386

Please sign in to comment.