Litellm Backend (#502)
This commit is contained in:
@@ -27,6 +27,7 @@ from sglang.backend.anthropic import Anthropic
|
||||
from sglang.backend.openai import OpenAI
|
||||
from sglang.backend.runtime_endpoint import RuntimeEndpoint
|
||||
from sglang.backend.vertexai import VertexAI
|
||||
from sglang.backend.litellm import LiteLLM
|
||||
|
||||
# Global Configurations
|
||||
from sglang.global_config import global_config
|
||||
@@ -35,6 +36,7 @@ from sglang.global_config import global_config
|
||||
__all__ = [
|
||||
"global_config",
|
||||
"Anthropic",
|
||||
"LiteLLM",
|
||||
"OpenAI",
|
||||
"RuntimeEndpoint",
|
||||
"VertexAI",
|
||||
|
||||
Reference in New Issue
Block a user