Update process_data.py
Browse files- process_data.py +2 -0
process_data.py
CHANGED
|
@@ -205,6 +205,8 @@ def pre_processing(input_data, parameters):
|
|
| 205 |
print(pre_prompt)
|
| 206 |
print("Input Text: ")
|
| 207 |
print(input_text)
|
|
|
|
|
|
|
| 208 |
|
| 209 |
response = client.chat.completions.create(
|
| 210 |
model=parameters["model_version"],
|
|
|
|
| 205 |
print(pre_prompt)
|
| 206 |
print("Input Text: ")
|
| 207 |
print(input_text)
|
| 208 |
+
print("Model: ")
|
| 209 |
+
print(parameters["model_version"])
|
| 210 |
|
| 211 |
response = client.chat.completions.create(
|
| 212 |
model=parameters["model_version"],
|