We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cfaf6 commit dcd9fe0Copy full SHA for dcd9fe0
1 file changed
scieval/api/gpt.py
@@ -43,7 +43,7 @@ def __init__(self,
43
temperature: float = 0,
44
timeout: int = 600,
45
api_base: str = None,
46
- max_tokens: int = 16384,
+ max_tokens: int = None,
47
img_size: int = -1,
48
img_detail: str = 'low',
49
use_azure: bool = False,
0 commit comments