mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Revert "LiteLLM Common Base LLM Config (pt.4): Move Ollama to Base LLM Config…" (#7160)
This reverts commit 40a22eb4c6
.
This commit is contained in:
parent
1d8956a3d4
commit
488913c69f
11 changed files with 234 additions and 322 deletions
|
@ -78,7 +78,7 @@ def test_get_model_info_gemini_pro():
|
|||
|
||||
|
||||
def test_get_model_info_ollama_chat():
|
||||
from litellm.llms.ollama.completion.transformation import OllamaConfig
|
||||
from litellm.llms.ollama import OllamaConfig
|
||||
|
||||
with patch.object(
|
||||
litellm.module_level_client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue