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 60f3331 commit 3affa19Copy full SHA for 3affa19
tabmemcheck/functions.py
@@ -473,7 +473,7 @@ def header_test(
473
for fs_data in few_shot_data:
474
fs_offset = min(offset, len(fs_data) // 2)
475
few_shot.append(([fs_data[:fs_offset]],
476
- [fs_data[fs_offset : fs_offset + completion_length]]))
+ [fs_data[fs_offset : fs_offset + completion_length]]))
477
478
# chat mode: use few-shot examples
479
if llm.chat_mode:
0 commit comments