chore: completion remove stream

This commit is contained in:
jialin
2024-06-24 15:54:30 +08:00
parent 64683fdeb6
commit 4dcd11e119
6 changed files with 25 additions and 17 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
import menu from './en-US/menu';
import apikeys from './zh-CN/apikeys';
import common from './zh-CN/common';
import models from './zh-CN/models';
import playground from './zh-CN/playground';
@@ -9,5 +10,6 @@ export default {
...menu,
...models,
...playground,
...resources
...resources,
...apikeys
};