Skip to content

Commit 189523f

Browse files
author
zhiweiz
committed
change env string
1 parent 09a483c commit 189523f

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)