Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ async def parse_resume(files: List[UploadFile] = File(...)):
|
|
32 |
for uploaded_file in files:
|
33 |
if allowed_file(uploaded_file.filename):
|
34 |
chat_llm_text = ChatOpenAI(model='gpt-3.5-turbo', temperature=0.0)
|
35 |
-
chat_llm_json = ChatOpenAI(model='gpt-3.5-turbo', temperature=0.
|
36 |
|
37 |
file_path = f"{uploaded_file.filename}"
|
38 |
print(file_path)
|
|
|
32 |
for uploaded_file in files:
|
33 |
if allowed_file(uploaded_file.filename):
|
34 |
chat_llm_text = ChatOpenAI(model='gpt-3.5-turbo', temperature=0.0)
|
35 |
+
chat_llm_json = ChatOpenAI(model='gpt-3.5-turbo', temperature=0.0)
|
36 |
|
37 |
file_path = f"{uploaded_file.filename}"
|
38 |
print(file_path)
|