Update plugins/gptold.js
Browse files- 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 |
/**
|