mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 20:19:32 +00:00
6 lines
297 B
TypeScript
6 lines
297 B
TypeScript
// Vllm plugin module implements defaults behavior.
|
|
export const VLLM_DEFAULT_BASE_URL = "http://127.0.0.1:8000/v1";
|
|
export const VLLM_PROVIDER_LABEL = "vLLM";
|
|
export const VLLM_DEFAULT_API_KEY_ENV_VAR = "VLLM_API_KEY";
|
|
export const VLLM_MODEL_PLACEHOLDER = "meta-llama/Meta-Llama-3-8B-Instruct";
|