mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
6 lines
290 B
TypeScript
6 lines
290 B
TypeScript
// Sglang plugin module implements defaults behavior.
|
|
export const SGLANG_DEFAULT_BASE_URL = "http://127.0.0.1:30000/v1";
|
|
export const SGLANG_PROVIDER_LABEL = "SGLang";
|
|
export const SGLANG_DEFAULT_API_KEY_ENV_VAR = "SGLANG_API_KEY";
|
|
export const SGLANG_MODEL_PLACEHOLDER = "Qwen/Qwen3-8B";
|