We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8195a30 commit 0de9992Copy full SHA for 0de9992
application/src/main/java/org/togetherjava/tjbot/features/chaptgpt/ChatGptService.java
@@ -20,7 +20,7 @@
20
*/
21
public class ChatGptService {
22
private static final Logger logger = LoggerFactory.getLogger(ChatGptService.class);
23
- private static final Duration TIMEOUT = Duration.ofSeconds(10);
+ private static final Duration TIMEOUT = Duration.ofSeconds(90);
24
private static final int MAX_TOKENS = 3_000;
25
private boolean isDisabled = false;
26
private final OpenAiService openAiService;
0 commit comments