fix: add chat_template_kwargs to STRIP_PARAMS, fix parameters.properties array
This commit is contained in:
@@ -29,7 +29,7 @@ LISTEN_PORT = int(os.environ.get("MIDDLEWARE_PORT", "8002"))
|
||||
|
||||
# Params that vLLM accepts but SGLang rejects.
|
||||
# Extend this set as more incompatibilities are discovered.
|
||||
STRIP_PARAMS = {"logprobs", "top_logprobs"}
|
||||
STRIP_PARAMS = {"logprobs", "top_logprobs", "chat_template_kwargs"}
|
||||
|
||||
client: httpx.AsyncClient | None = None
|
||||
_sglang_ready = False
|
||||
|
||||
Reference in New Issue
Block a user