mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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
|
@ -88,6 +88,7 @@ from .llms import (
|
|||
baseten,
|
||||
maritalk,
|
||||
nlp_cloud,
|
||||
ollama,
|
||||
ollama_chat,
|
||||
oobabooga,
|
||||
openrouter,
|
||||
|
@ -114,7 +115,6 @@ from .llms.databricks.chat.handler import DatabricksChatCompletion
|
|||
from .llms.databricks.embed.handler import DatabricksEmbeddingHandler
|
||||
from .llms.groq.chat.handler import GroqChatCompletion
|
||||
from .llms.huggingface_restapi import Huggingface
|
||||
from .llms.ollama.completion import handler as ollama
|
||||
from .llms.openai.transcriptions.handler import OpenAIAudioTranscription
|
||||
from .llms.openai.chat.o1_handler import OpenAIO1ChatCompletion
|
||||
from .llms.openai.completion.handler import OpenAITextCompletion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue