Skip to content

Commit c590889

Browse files
committed
remove print
1 parent 303cb61 commit c590889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operate/operate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def main(model, terminal_prompt, voice_mode=False):
9898

9999
if model == "gpt-4-with-som":
100100
system_prompt = get_system_prompt_labeled(objective)
101-
print("labeled prompt", system_prompt)
102101
else:
103102
system_prompt = get_system_prompt(objective)
104103
system_message = {"role": "system", "content": system_prompt}

0 commit comments

Comments
 (0)