Timothy J. Baek 11 月之前
父节点
当前提交
c7e1d3dbc7
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/lib/utils/index.ts

+ 4 - 4
src/lib/utils/index.ts

@@ -10,10 +10,10 @@ export const getModels = async (token: string) => {
 			console.log(error);
 			return null;
 		}),
-		// getOpenAIModels(token).catch((error) => {
-		// 	console.log(error);
-		// 	return null;
-		// }),
+		getOpenAIModels(token).catch((error) => {
+			console.log(error);
+			return null;
+		}),
 		getLiteLLMModels(token).catch((error) => {
 			console.log(error);
 			return null;