HerzaJ commited on
Commit
fcafed5
·
verified ·
1 Parent(s): ffc1cdf

Update plugins/gpt-4-turbo.js

Browse files
Files changed (1) hide show
  1. plugins/gpt-4-turbo.js +0 -1
plugins/gpt-4-turbo.js CHANGED
@@ -100,7 +100,6 @@ const handler = async (req, res) => {
100
  data: {
101
  msg: result.response,
102
  chatId: result.chatId,
103
- url: result.url
104
  }
105
  });
106
 
 
100
  data: {
101
  msg: result.response,
102
  chatId: result.chatId,
 
103
  }
104
  });
105