Spaces:
Sleeping
Sleeping
IliaLarchenko
commited on
Commit
·
572f802
1
Parent(s):
99fd326
Removed print
Browse files- tests/candidate.py +0 -1
tests/candidate.py
CHANGED
@@ -94,7 +94,6 @@ def complete_interview(interview_type, exp_name, requirements="", difficulty="",
|
|
94 |
messages_candidate.append({"role": "user", "content": chat_display[-1][1]})
|
95 |
|
96 |
message_split = messages_interviewer[-1]["content"].split("#NOTES#")
|
97 |
-
print(len(message_split))
|
98 |
interview_data["transcript"].append(f"INTERVIEWER MESSAGE: {message_split[0]}")
|
99 |
|
100 |
if len(message_split) > 1:
|
|
|
94 |
messages_candidate.append({"role": "user", "content": chat_display[-1][1]})
|
95 |
|
96 |
message_split = messages_interviewer[-1]["content"].split("#NOTES#")
|
|
|
97 |
interview_data["transcript"].append(f"INTERVIEWER MESSAGE: {message_split[0]}")
|
98 |
|
99 |
if len(message_split) > 1:
|