Commit c8541e7c authored by nanahira's avatar nanahira

lower

parent 9cb8bc16
......@@ -54,7 +54,7 @@ export class ChatgptService extends ConsoleLogger {
conversationId: previousConversation.conversationId,
parentMessageId: previousConversation.messageId,
}),
timeoutMs: 300000,
timeoutMs: 180000,
});
if (!result) {
return this.chatProcess(question, [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment