Update process_data.py
Browse files- process_data.py +1 -2
process_data.py
CHANGED
|
@@ -338,8 +338,7 @@ def pre_processing(input_data, parameters):
|
|
| 338 |
)
|
| 339 |
|
| 340 |
response_text = response.choices[0].message.content
|
| 341 |
-
|
| 342 |
-
print(text_body)
|
| 343 |
input_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text.json()
|
| 344 |
|
| 345 |
return input_data
|
|
|
|
| 338 |
)
|
| 339 |
|
| 340 |
response_text = response.choices[0].message.content
|
| 341 |
+
print(response_text)
|
|
|
|
| 342 |
input_data["input_text_pieces"]["pre_processed_pieces"][text_label] = response_text.json()
|
| 343 |
|
| 344 |
return input_data
|