feat: integrate azure deepseek r1 (#591)

* fix several task & integrate deepseek R1

* fix CI

---------

Co-authored-by: Xu Yang <xuyang1@microsoft.com>
This commit is contained in:
Xu Yang
2025-02-13 22:20:17 +08:00
committed by GitHub
parent c76afb21b5
commit ed53af4c65
17 changed files with 164 additions and 59 deletions
+2 -1
View File
@@ -84,6 +84,7 @@ ignore = [
"ANN401",
"D",
"ERA001",
"EXE002",
"FIX",
"INP001",
"PGH",
@@ -91,7 +92,7 @@ ignore = [
"S101",
"S301",
"T20",
"TC003",
"TCH003",
"TD",
]
select = ["ALL"]