Make public APIs more standard. (#416)

This commit is contained in:
Liangsheng Yin
2024-05-09 15:39:22 +08:00
committed by GitHub
parent e2c31fca5c
commit 6ec65f4555
2 changed files with 55 additions and 6 deletions

View File

@@ -1,13 +1,9 @@
"""Public API"""
"""Some Public API Definitions"""
import re
from typing import Callable, List, Optional, Union
from sglang.backend.anthropic import Anthropic
from sglang.backend.base_backend import BaseBackend
from sglang.backend.openai import OpenAI
from sglang.backend.runtime_endpoint import RuntimeEndpoint
from sglang.backend.vertexai import VertexAI
from sglang.global_config import global_config
from sglang.lang.ir import (
SglExpr,