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