Manikanta3776 commited on
Commit
a380ec4
·
verified ·
1 Parent(s): 741c953

Update chains.py

Browse files
Files changed (1) hide show
  1. chains.py +1 -1
chains.py CHANGED
@@ -33,7 +33,7 @@ class Chain:
33
  return res if isinstance(res, list) else [res]
34
 
35
  def write_mail(self, job, links, username="Computer Engineering Student", client_name="Hiring Manager"):
36
- prompt_email = PromptTemplate.from_template(
37
  """
38
  ### JOB DESCRIPTION:
39
  {{job_description}}
 
33
  return res if isinstance(res, list) else [res]
34
 
35
  def write_mail(self, job, links, username="Computer Engineering Student", client_name="Hiring Manager"):
36
+ prompt_email = PromptTemplate.from_template(
37
  """
38
  ### JOB DESCRIPTION:
39
  {{job_description}}