Skip to content

Commit 00ebd3e

Browse files
committed
Modify timeout of ky to unlimited
1 parent 80be405 commit 00ebd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/chatgpt_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class ChatGPTClient {
2727
max_tokens: 1024,
2828
temperature: 0,
2929
},
30-
timeout: 30000,
30+
timeout: false,
3131
},
3232
).json<OpenAICompletionsResponse>();
3333
} catch (error) {

0 commit comments

Comments
 (0)