This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ export async function getAIResponse(prompt, channelId, mentionedUsername) {
|
|||||||
Authorization: `Bearer ${process.env.NANOGPT_API_KEY}`,
|
Authorization: `Bearer ${process.env.NANOGPT_API_KEY}`,
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
timeout: 30000,
|
timeout: 60000,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user