SamiKoen commited on
Commit
3159dce
·
verified ·
1 Parent(s): aea278c

Update smart_warehouse_with_price.py

Browse files
Files changed (1) hide show
  1. smart_warehouse_with_price.py +2 -2
smart_warehouse_with_price.py CHANGED
@@ -315,12 +315,12 @@ Examples of correct responses:
315
  }
316
 
317
  payload = {
318
- "model": "gpt-4o-mini",
319
  "messages": [
320
  {"role": "system", "content": "You are a product matcher. Find ALL matching products. Return only index numbers."},
321
  {"role": "user", "content": smart_prompt}
322
  ],
323
- "temperature": 0,
324
  "max_tokens": 100
325
  }
326
 
 
315
  }
316
 
317
  payload = {
318
+ "model": "gpt-5.2-chat-latest",
319
  "messages": [
320
  {"role": "system", "content": "You are a product matcher. Find ALL matching products. Return only index numbers."},
321
  {"role": "user", "content": smart_prompt}
322
  ],
323
+
324
  "max_tokens": 100
325
  }
326