Update plugins/gptold.js
Browse files- plugins/gptold.js +1 -1
plugins/gptold.js
CHANGED
@@ -163,7 +163,7 @@ GptRoutes.get('/api/v1/ai/mistral/mistral-7b-instruct-v0.1', authenticateApiKeyP
|
|
163 |
const query = req.query.query;
|
164 |
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.";
|
165 |
|
166 |
-
const results = await
|
167 |
system_prompt: system_prompt
|
168 |
});
|
169 |
res.json({ results });
|
|
|
163 |
const query = req.query.query;
|
164 |
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.";
|
165 |
|
166 |
+
const results = await CloudFlareMistralTogether(query, {
|
167 |
system_prompt: system_prompt
|
168 |
});
|
169 |
res.json({ results });
|