Feature/websearch OpenAI (#118)

* feature: add web search for codex models

* fix: use more elegant way to solve the issue.
This commit is contained in:
Zenix
2026-02-18 17:30:30 +09:00
committed by GitHub
parent 193fbcab11
commit 3390576eea
7 changed files with 230 additions and 39 deletions
+3 -2
View File
@@ -79,7 +79,8 @@
},
"openai": {
"api_key": "",
"api_base": ""
"api_base": "",
"web_search": true
},
"openrouter": {
"api_key": "sk-or-v1-xxx",
@@ -144,4 +145,4 @@
"host": "0.0.0.0",
"port": 18790
}
}
}