Update smart_warehouse_with_price.py
Browse files
smart_warehouse_with_price.py
CHANGED
|
@@ -315,12 +315,12 @@ Examples of correct responses:
|
|
| 315 |
}
|
| 316 |
|
| 317 |
payload = {
|
| 318 |
-
"model": "gpt-
|
| 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 |
|
|
|
|
| 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 |
|