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 9ab8693 commit 8223a4eCopy full SHA for 8223a4e
src/python/workshop/config.py
@@ -34,7 +34,7 @@ def __init__(self) -> None:
34
35
# Model parameters
36
self._max_completion_tokens = 4 * 10240
37
- self._max_prompt_tokens = 10 * 10240
+ self._max_prompt_tokens = 20 * 10240
38
self._temperature = 0.1
39
self._top_p = 0.1
40
0 commit comments