Spaces:
Sleeping
Sleeping
Update utils.py
Browse fileschange input template
utils.py
CHANGED
@@ -4,12 +4,12 @@ from langchain import HuggingFaceHub, LLMChain, OpenAI
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
-
input_temp = """Candidate Name -
|
8 |
-
jobs in -
|
9 |
-
distance -
|
10 |
-
pay range -
|
11 |
-
job details -
|
12 |
-
position available at -
|
13 |
|
14 |
|
15 |
example_input_feat_temp = """Candidate Name - Alex
|
|
|
4 |
import os
|
5 |
|
6 |
|
7 |
+
input_temp = """Candidate Name -
|
8 |
+
jobs in -
|
9 |
+
distance -
|
10 |
+
pay range -
|
11 |
+
job details -
|
12 |
+
position available at - """
|
13 |
|
14 |
|
15 |
example_input_feat_temp = """Candidate Name - Alex
|