Skip to content

Commit

Permalink
fix: trigger new build
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Dec 3, 2024
1 parent 92b1452 commit 24e55ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion litellm/llms/databricks/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def __init__(self) -> None:
super().__init__()

# makes headers for API call

def _get_databricks_credentials(
self, api_key: Optional[str], api_base: Optional[str], headers: Optional[dict]
) -> Tuple[str, dict]:
Expand Down

0 comments on commit 24e55ef

Please sign in to comment.