From 2128f5fe9386dcf2f0597c8035f951c5b60d7562 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Thu, 19 Oct 2023 00:04:44 -0700 Subject: cleanup server --- server/continuedev/libs/llm/__init__.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'server/continuedev/libs/llm/__init__.py') diff --git a/server/continuedev/libs/llm/__init__.py b/server/continuedev/libs/llm/__init__.py index 829ffede..7ac92059 100644 --- a/server/continuedev/libs/llm/__init__.py +++ b/server/continuedev/libs/llm/__init__.py @@ -1,14 +1,4 @@ -from .anthropic import AnthropicLLM # noqa: F401 -from .ggml import GGML # noqa: F401 -from .google_palm_api import GooglePaLMAPI # noqa: F401 -from .hf_inference_api import HuggingFaceInferenceAPI # noqa: F401 -from .hf_tgi import HuggingFaceTGI # noqa: F401 from .llamacpp import LlamaCpp # noqa: F401 from .ollama import Ollama # noqa: F401 -from .openai import OpenAI # noqa: F401 -from .openai_free_trial import OpenAIFreeTrial # noqa: F401 from .proxy_server import ProxyServer # noqa: F401 from .queued import QueuedLLM # noqa: F401 -from .replicate import ReplicateLLM # noqa: F401 -from .text_gen_interface import TextGenUI # noqa: F401 -from .together import TogetherLLM # noqa: F401 -- cgit v1.2.3-70-g09d2