mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(databricks.py): fix client used
This commit is contained in:
parent
5b71421a7b
commit
3c77f39751
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ class DatabricksChatCompletion(BaseLLM):
|
|||
)
|
||||
else:
|
||||
try:
|
||||
response = self.client.post(
|
||||
response = client.post(
|
||||
api_base, headers=headers, data=json.dumps(data)
|
||||
)
|
||||
response.raise_for_status()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue