Skip to content

Commit f5a4ddd

Browse files
thejhhJaakko Heusala
andauthored
Changed default prompt timeout to 2 min (#160)
Co-authored-by: Jaakko Heusala <jhh@hg.fi>
1 parent 85b62b1 commit f5a4ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/prompts/prompt_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func DefaultConfig() PromptConfig {
6060
Model: "bitnet",
6161
Temperature: 0.7,
6262
MaxTokens: 1000,
63-
Timeout: 30 * time.Second,
63+
Timeout: 120 * time.Second,
6464
}
6565
}
6666

0 commit comments

Comments
 (0)