Skip to content

Commit 1b3aa8a

Browse files
Removed unnecessary comment
1 parent e168ea4 commit 1b3aa8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optillm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def execute_single_approach(approach, system_prompt, initial_query, client, mode
292292
elif approach == 're2':
293293
return re2_approach(system_prompt, initial_query, client, model, n=server_config['n'])
294294
elif approach == 'cepo':
295-
# build the cepo config based on the cmd line arguments and the
296295
logger.debug(f"Calling with {cepo_config}")
297296
return cepo(system_prompt, initial_query, client, model, cepo_config)
298297
elif approach in plugin_approaches:

0 commit comments

Comments
 (0)