Skip to content

Commit

Permalink
fix 默认超时时间改为3分钟,支持o1-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
ccq18 committed Oct 14, 2024
1 parent b016771 commit 12e7caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const UNFINISHED_INPUT = (id: string) => "unfinished-input-" + id;

export const STORAGE_KEY = "chatgpt-next-web";

export const REQUEST_TIMEOUT_MS = 60000;
export const REQUEST_TIMEOUT_MS = 180000;

export const EXPORT_MESSAGE_CLASS_NAME = "export-markdown";

Expand Down

0 comments on commit 12e7caa

Please sign in to comment.