randydev commited on
Commit
8aef4b8
·
verified ·
1 Parent(s): 8ee8880

Update plugins/gptold.js

Browse files
Files changed (1) hide show
  1. plugins/gptold.js +0 -1
plugins/gptold.js CHANGED
@@ -81,7 +81,6 @@ GptRoutes.get('/api/v1/ai/qwen/qwen1.5-1.8b-chat', authenticateApiKeyPremium, ap
81
  const results = await CloudFlareQwenTogether(query, {
82
  system_prompt: system_prompt
83
  });
84
-
85
  res.json({ results });
86
  } catch (error) {
87
  res.status(401).json({ error: error.message });
 
81
  const results = await CloudFlareQwenTogether(query, {
82
  system_prompt: system_prompt
83
  });
 
84
  res.json({ results });
85
  } catch (error) {
86
  res.status(401).json({ error: error.message });