Update plugins/gptold.js
Browse files- plugins/gptold.js +0 -1
plugins/gptold.js
CHANGED
@@ -39,7 +39,6 @@ const GptRoutes = express.Router();
|
|
39 |
GptRoutes.get('/api/v1/ai/alibaba/qwen-plus', authenticateApiKeyPremium, apiLimiter, async (req, res) => {
|
40 |
try {
|
41 |
const query = req.query.query;
|
42 |
-
const chatHistory = req.query.chatHistory ? JSON.parse(req.query.chatHistory) : [];
|
43 |
const system_prompt = req.query.system_prompt || "Your name is AkenoX AI A kind and friendly AI assistant that answers in a short and concise answer. Give short step-by-step reasoning if required.";
|
44 |
|
45 |
const results = await AlibabaTogether(query, {
|
|
|
39 |
GptRoutes.get('/api/v1/ai/alibaba/qwen-plus', authenticateApiKeyPremium, apiLimiter, async (req, res) => {
|
40 |
try {
|
41 |
const query = req.query.query;
|
|
|
42 |
const system_prompt = req.query.system_prompt || "Your name is AkenoX AI A kind and friendly AI assistant that answers in a short and concise answer. Give short step-by-step reasoning if required.";
|
43 |
|
44 |
const results = await AlibabaTogether(query, {
|