Timothy J. Baek 11 months ago
parent
commit
c7e1d3dbc7
1 changed files with 4 additions and 4 deletions
  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);
 			console.log(error);
 			return null;
 			return null;
 		}),
 		}),
-		// getOpenAIModels(token).catch((error) => {
-		// 	console.log(error);
-		// 	return null;
-		// }),
+		getOpenAIModels(token).catch((error) => {
+			console.log(error);
+			return null;
+		}),
 		getLiteLLMModels(token).catch((error) => {
 		getLiteLLMModels(token).catch((error) => {
 			console.log(error);
 			console.log(error);
 			return null;
 			return null;