Spaces:
Sleeping
Sleeping
Update plugins/gpt-4-turbo.js
Browse files- 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 |
|