Skip to content

Commit b1ac90b

Browse files
author
zhiweiz
committed
change env string
Signed-off-by: zhiweiz <[email protected]>
1 parent 4dacda0 commit b1ac90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenAI/GPT-OSS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Container tool runtime implementation can be referenced from https://github.com/
192192
The docker image might need to have some similar features as codex supports
193193
To enable container tool in vllm before openai types has it, Add below
194194
```
195-
export VLLM_ENABLE_CONTAINER_TOOL=1
195+
export VLLM_GPT_OSS_USE_CONTAINER_TOOL=1
196196
```
197197
To properly run container tool, follow examples in sample_container_mcp.md
198198
and run

0 commit comments

Comments
 (0)