jzou19950715 commited on
Commit
92ed3d9
·
verified ·
1 Parent(s): 75b1f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def analyze_resume_with_lossdog(
78
  try:
79
  openai.api_key = api_key
80
  messages = [
81
- {"role": "system", "content": LOSS DOG_PROMPT},
82
  {"role": "system", "content": f"Resume Content:\n{markdown_text}"},
83
  ] + history
84
 
 
78
  try:
79
  openai.api_key = api_key
80
  messages = [
81
+ {"role": "system", "content": LOSSDOG_PROMPT},
82
  {"role": "system", "content": f"Resume Content:\n{markdown_text}"},
83
  ] + history
84