Skip to content

Commit 36a4fce

Browse files
author
Will Kukkamalla
committed
remove prompt init
1 parent 6f69775 commit 36a4fce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ai_feedback/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def main() -> int:
215215
args.submission_type = detect_submission_type(args.submission)
216216

217217
prompt_content = ""
218-
prompt = {}
219218
system_instructions = load_system_prompt_content(args.system_prompt)
220219

221220
if args.prompt:
@@ -236,7 +235,6 @@ def main() -> int:
236235

237236
if args.prompt_text:
238237
prompt_content += args.prompt_text
239-
prompt["prompt_content"] = prompt_content
240238

241239
if args.scope == "image":
242240
prompt = {"prompt_content": prompt_content}

0 commit comments

Comments
 (0)