mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 16:13:11 +00:00
Use responses API for Azure (#1428)
This commit is contained in:
committed by
GitHub
parent
3268c61813
commit
b09ebf4645
@@ -74,7 +74,8 @@ export namespace ToolRegistry {
|
||||
modelID.toLowerCase().includes("qwen") ||
|
||||
modelID.includes("gpt-") ||
|
||||
modelID.includes("o1") ||
|
||||
modelID.includes("o3")
|
||||
modelID.includes("o3") ||
|
||||
modelID.includes("codex")
|
||||
) {
|
||||
return {
|
||||
patch: false,
|
||||
|
||||
Reference in New Issue
Block a user