feat: add OpenAI o1 series models support (#8328)

This commit is contained in:
takatost
2024-09-13 02:15:19 +08:00
committed by GitHub
parent 153807f243
commit e90d3c29ab
7 changed files with 180 additions and 4 deletions

View File

@@ -60,7 +60,8 @@ ignore = [
"SIM113", # eumerate-for-loop
"SIM117", # multiple-with-statements
"SIM210", # if-expr-with-true-false
"SIM300", # yoda-conditions
"SIM300", # yoda-conditions,
"PT004", # pytest-no-assert
]
[tool.ruff.lint.per-file-ignores]