robertselvam commited on
Commit
66fb32e
·
verified ·
1 Parent(s): e3c833a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def get_response( candidate, chat_history, resume, jd):
40
  ]
41
  )
42
 
43
- chain = prompt | chat
44
 
45
  # chat_histroy_prompt = chat_history
46
 
 
40
  ]
41
  )
42
 
43
+ chain = prompt | client
44
 
45
  # chat_histroy_prompt = chat_history
46