smgc commited on
Commit
3bc5de8
·
verified ·
1 Parent(s): 68c10a7

Update api/index.js

Browse files
Files changed (1) hide show
  1. api/index.js +0 -5
api/index.js CHANGED
@@ -149,11 +149,6 @@ router.get('/', () => json({
149
  top_p: 1
150
  }
151
  },
152
- availableModels: Object.entries(MODEL_INFO).map(([modelId, info]) => ({
153
- id: modelId,
154
- provider: info.provider,
155
- mapping: info.mapping
156
- })),
157
  note: "Replace YOUR_API_KEY with your actual API key."
158
  }));
159
 
 
149
  top_p: 1
150
  }
151
  },
 
 
 
 
 
152
  note: "Replace YOUR_API_KEY with your actual API key."
153
  }));
154