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 be1ef9b commit 9137921Copy full SHA for 9137921
codeflash/context/code_context_extractor.py
@@ -32,8 +32,8 @@
32
def get_code_optimization_context(
33
function_to_optimize: FunctionToOptimize,
34
project_root_path: Path,
35
- optim_token_limit: int = 8000,
36
- testgen_token_limit: int = 8000,
+ optim_token_limit: int = 16000,
+ testgen_token_limit: int = 16000,
37
) -> CodeOptimizationContext:
38
# Get FunctionSource representation of helpers of FTO
39
helpers_of_fto_dict, helpers_of_fto_list = get_function_sources_from_jedi(
0 commit comments