increase request_timeout, which can be important for n_completions = 3

this could be lowered if n_completions = 1. this basically causes
minuet-ai to internally do a loop for n_completions where each iteration
runs a separate curl request
This commit is contained in:
Gered 2024-10-03 22:09:13 -04:00
parent f1742a166c
commit 570683574a

View file

@ -69,7 +69,7 @@ return {
throttle = 1000, throttle = 1000,
debounce = 400, debounce = 400,
notify = 'verbose', notify = 'verbose',
request_timeout = 30, request_timeout = 60,
n_completions = 3, n_completions = 3,
provider_options = { provider_options = {
openai_fim_compatible = { openai_fim_compatible = {