Skip to content

Commit 2b294fe

Browse files
authored
[gpt-oss] update uv backend of python tool (#44)
Signed-off-by: Chen Zhang <[email protected]>
1 parent aea3b31 commit 2b294fe

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
@@ -151,7 +151,7 @@ All endpoints accept `stream: true` as part of the operations to enable incremen
151151

152152
One premier feature of gpt-oss is the ability to call tools directly, called "built-in tools". In vLLM, we offer several options:
153153

154-
* By default, we integrate with the reference library's browser (with `ExaBackend`) and demo Python interpreter via docker container. In order to use the search backend, you need to get access to [exa.ai](http://exa.ai) and put `EXA_API_KEY=` as an environment variable. For Python, either have docker available, or set `PYTHON_EXECUTION_BACKEND=UV` to dangerously allow execution of model generated code snippets to be executed on the same machine.
154+
* By default, we integrate with the reference library's browser (with `ExaBackend`) and demo Python interpreter via docker container. In order to use the search backend, you need to get access to [exa.ai](http://exa.ai) and put `EXA_API_KEY=` as an environment variable. For Python, either have docker available, or set `PYTHON_EXECUTION_BACKEND=dangerously_use_uv` to dangerously allow execution of model generated code snippets to be executed on the same machine. Please note that `PYTHON_EXECUTION_BACKEND=dangerously_use_uv` needs `gpt-oss>=0.0.5`.
155155

156156
```
157157
uv pip install gpt-oss

0 commit comments

Comments
 (0)