randydev commited on
Commit
419f09b
·
verified ·
1 Parent(s): d0d1c07

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. plugins/gptold.js +1 -1
plugins/gptold.js CHANGED
@@ -2,7 +2,7 @@ import express from 'express';
2
  import { OpenaiRes } from '../lib/scrapper.js';
3
  import { NvidiaTogether } from '../lib/@randydev/together/llama.js';
4
  import { CohereAI } from '../lib/@randydev/together/cohere.js';
5
- import { authenticateApiKey, apiLimiter } from '../middleware/midware.js';
6
  const GptRoutes = express.Router();
7
 
8
  /**
 
2
  import { OpenaiRes } from '../lib/scrapper.js';
3
  import { NvidiaTogether } from '../lib/@randydev/together/llama.js';
4
  import { CohereAI } from '../lib/@randydev/together/cohere.js';
5
+ import { authenticateApiKey, authenticateApiKeyPremium, apiLimiter } from '../middleware/midware.js';
6
  const GptRoutes = express.Router();
7
 
8
  /**