Omkar008 commited on
Commit
95d83d5
·
verified ·
1 Parent(s): 586415d

Update extract_insights.py

Browse files
Files changed (1) hide show
  1. extract_insights.py +1 -1
extract_insights.py CHANGED
@@ -95,7 +95,7 @@ async def extract_fashion_categories(user_id:str , email:str, message_id:str):
95
  # combined_json = combine_json_arrays(items,values)
96
  # print(combined_json)
97
 
98
- prompt = prompt_for_categorization(combined_json)
99
  completion = client.chat.completions.create(
100
  model="gpt-4o-mini",
101
  messages=[
 
95
  # combined_json = combine_json_arrays(items,values)
96
  # print(combined_json)
97
 
98
+ prompt = prompt_for_categorization(items)
99
  completion = client.chat.completions.create(
100
  model="gpt-4o-mini",
101
  messages=[