Commit c6cc6686 authored by nanahira's avatar nanahira

lower again

parent 7efe8cd6
...@@ -57,7 +57,7 @@ export class ChatgptService extends ConsoleLogger { ...@@ -57,7 +57,7 @@ export class ChatgptService extends ConsoleLogger {
conversationId: previousConversation.conversationId, conversationId: previousConversation.conversationId,
parentMessageId: previousConversation.messageId, parentMessageId: previousConversation.messageId,
}), }),
timeoutMs: 180000, timeoutMs: 120000,
}); });
if (!result) { if (!result) {
return this.chatProcess(question, [ 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