Skip to content

Commit 8223a4e

Browse files
committed
increased max tokens
1 parent 9ab8693 commit 8223a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/workshop/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self) -> None:
3434

3535
# Model parameters
3636
self._max_completion_tokens = 4 * 10240
37-
self._max_prompt_tokens = 10 * 10240
37+
self._max_prompt_tokens = 20 * 10240
3838
self._temperature = 0.1
3939
self._top_p = 0.1
4040

0 commit comments

Comments
 (0)