Skip to content

Commit 52fc799

Browse files
committed
relax token constraints
1 parent 31dd222 commit 52fc799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promptolution/llms/api_llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
model_id: Optional[str] = None,
2626
api_key: Optional[str] = None,
2727
max_concurrent_calls: int = 32,
28-
max_tokens: int = 512,
28+
max_tokens: int = 4096,
2929
call_timeout_s: float = 200.0, # per request
3030
gather_timeout_s: float = 500.0, # whole batch
3131
max_retries: int = 5,

0 commit comments

Comments
 (0)