Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -377,7 +377,7 @@ def generate_json_pieces(processed_data):
|
|
| 377 |
print("Person data input")
|
| 378 |
print(person_data_input)
|
| 379 |
|
| 380 |
-
|
| 381 |
model=model_version, # Use GPT model that supports structured output
|
| 382 |
messages=[
|
| 383 |
{"role": "system", "content": person_prompt},
|
|
|
|
| 377 |
print("Person data input")
|
| 378 |
print(person_data_input)
|
| 379 |
|
| 380 |
+
person_response = client.beta.chat.completions.parse(
|
| 381 |
model=model_version, # Use GPT model that supports structured output
|
| 382 |
messages=[
|
| 383 |
{"role": "system", "content": person_prompt},
|