banao-tech commited on
Commit
5ca2dab
·
verified ·
1 Parent(s): c199682

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -550,9 +550,9 @@ def analyze_pdf(body: ProblemInput):
550
  try:
551
  analysis = run_pipeline(
552
  content=content,
553
- name=body.intern_name or "Intern",
554
- role=body.intern_role or "AI Developer Intern",
555
- goal=body.intern_goal or "",
556
  )
557
  pdf_bytes = build_pdf(
558
  analysis,
 
550
  try:
551
  analysis = run_pipeline(
552
  content=content,
553
+ name=body.user_name or "Anonymous",
554
+ role=body.user_role or "",
555
+ goal=body.user_goal or "",
556
  )
557
  pdf_bytes = build_pdf(
558
  analysis,