Skip to content

Commit 3508099

Browse files
committed
chore(migration): add beta handling
1 parent d7e0bc1 commit 3508099

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bin/migration-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88
"name": "delete",
99
"oldName": "del"
1010
},
11+
{
12+
"base": "chat.completions",
13+
"name": "stream",
14+
"oldBase": "beta.chat.completions"
15+
},
16+
{
17+
"base": "chat.completions",
18+
"name": "parse",
19+
"oldBase": "beta.chat.completions"
20+
},
21+
{
22+
"base": "chat.completions",
23+
"name": "runTools",
24+
"oldBase": "beta.chat.completions"
25+
},
1126
{
1227
"base": "files",
1328
"name": "delete",

0 commit comments

Comments
 (0)