Revert "LiteLLM Common Base LLM Config (pt.4): Move Ollama to Base LLM Config…" (#7160)

This reverts commit 40a22eb4c6.
This commit is contained in:
Krish Dholakia 2024-12-10 21:44:54 -08:00 committed by GitHub
parent 91581bc2db
commit 6c6834dde7
11 changed files with 234 additions and 322 deletions

View file

@ -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,