rosemariafontana commited on
Commit
d3a683e
·
verified ·
1 Parent(s): 90c1b98

Update process_data.py

Browse files
Files changed (1) hide show
  1. 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
- interaction_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},
 
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},