Skip to content

Commit 5d7b10a

Browse files
committed
fix(fern/apis/api/openapi.json): add 'deepseek-reasoner' to enum list and fix line indentation
1 parent 058217c commit 5d7b10a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/apis/api/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6235,7 +6235,8 @@
62356235
"type": "string",
62366236
"description": "This is the name of the model. Ex. cognitivecomputations/dolphin-mixtral-8x7b",
62376237
"enum": [
6238-
"deepseek-chat"
6238+
"deepseek-chat",
6239+
"deepseek-reasoner"
62396240
]
62406241
},
62416242
"provider": {

0 commit comments

Comments
 (0)