Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def get_response( candidate, chat_history, resume, jd):
|
|
40 |
]
|
41 |
)
|
42 |
|
43 |
-
chain = prompt |
|
44 |
|
45 |
# chat_histroy_prompt = chat_history
|
46 |
|
|
|
40 |
]
|
41 |
)
|
42 |
|
43 |
+
chain = prompt | client
|
44 |
|
45 |
# chat_histroy_prompt = chat_history
|
46 |
|