From 499fa5ce0b61ecfc2d24adb27ff22fbb2bfaf066 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sun, 21 Sep 2025 21:51:54 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adfd47a..04603c4 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,9 @@ Models like GPT-5 do not return raw thinking content, but instead return thinkin You can also access OpenAI tools through this project. Currently, only web search is available. You can enable it by starting the server with this parameter, which will allow OpenAI to determine when a request requires a web search, or you can use the following parameters during a request to the API to enable web search:

-- `responses_tools`: supports `[{"type":"web_search"}]` / `{ "type": "web_search_preview" }` -- `responses_tool_choice`: `"auto"` or `"none"` -
+`responses_tools`: supports `[{"type":"web_search"}]` / `{ "type": "web_search_preview" }` +`responses_tool_choice`: `"auto"` or `"none"` + #### Example usage ```json {