mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix: fix import
This commit is contained in:
parent
6395bd8d65
commit
b5851769fc
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def test_all_model_configs():
|
|||
drop_params=False,
|
||||
) == {"max_tokens_to_sample": 10}
|
||||
|
||||
from litellm.llms.databricks.chat.handler import DatabricksConfig
|
||||
from litellm.llms.databricks.chat.transformation import DatabricksConfig
|
||||
|
||||
assert "max_completion_tokens" in DatabricksConfig().get_supported_openai_params()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue