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 31dd222 commit 52fc799Copy full SHA for 52fc799
promptolution/llms/api_llm.py
@@ -25,7 +25,7 @@ def __init__(
25
model_id: Optional[str] = None,
26
api_key: Optional[str] = None,
27
max_concurrent_calls: int = 32,
28
- max_tokens: int = 512,
+ max_tokens: int = 4096,
29
call_timeout_s: float = 200.0, # per request
30
gather_timeout_s: float = 500.0, # whole batch
31
max_retries: int = 5,
0 commit comments