randydev commited on
Commit
dffff10
·
verified ·
1 Parent(s): 56bd80a

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. plugins/gptold.js +1 -1
plugins/gptold.js CHANGED
@@ -170,7 +170,7 @@ GptRoutes.get('/api/v1/ai/nvidia/llama-31-70b', authenticateApiKeyPremium, apiLi
170
  * 200:
171
  * description: Success
172
  */
173
- GptRoutes.get('/api/v1/ai/gpt-old', authenticateApiKey, apiLimiter, async (req, res) => {
174
  try {
175
  const query = req.query.query;
176
  const results = await OpenaiRes(query);
 
170
  * 200:
171
  * description: Success
172
  */
173
+ GptRoutes.get('/api/v1/ai/openai/gpt-old', authenticateApiKey, apiLimiter, async (req, res) => {
174
  try {
175
  const query = req.query.query;
176
  const results = await OpenaiRes(query);