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 6f69775 commit 36a4fceCopy full SHA for 36a4fce
ai_feedback/__main__.py
@@ -215,7 +215,6 @@ def main() -> int:
215
args.submission_type = detect_submission_type(args.submission)
216
217
prompt_content = ""
218
- prompt = {}
219
system_instructions = load_system_prompt_content(args.system_prompt)
220
221
if args.prompt:
@@ -236,7 +235,6 @@ def main() -> int:
236
235
237
if args.prompt_text:
238
prompt_content += args.prompt_text
239
- prompt["prompt_content"] = prompt_content
240
241
if args.scope == "image":
242
prompt = {"prompt_content": prompt_content}
0 commit comments