Spaces:
Sleeping
Sleeping
Update cv_analyzer.py
Browse files- cv_analyzer.py +1 -1
cv_analyzer.py
CHANGED
@@ -7,7 +7,7 @@ from cv_prompt import (
|
|
7 |
calculate_section_detection_score,
|
8 |
calculate_overall_score
|
9 |
)
|
10 |
-
from
|
11 |
from langchain.output_parsers import PydanticOutputParser
|
12 |
from spelling_grammar_checker import evaluate_cv_text
|
13 |
from personal_information import analyze_personal_info
|
|
|
7 |
calculate_section_detection_score,
|
8 |
calculate_overall_score
|
9 |
)
|
10 |
+
from openai_utils import get_ai_response
|
11 |
from langchain.output_parsers import PydanticOutputParser
|
12 |
from spelling_grammar_checker import evaluate_cv_text
|
13 |
from personal_information import analyze_personal_info
|