SamiKoen commited on
Commit
d5f56ab
·
1 Parent(s): 99535f4

Debug mesajı güncelleme - force push için

Browse files
Files changed (1) hide show
  1. smart_warehouse_with_price.py +1 -1
smart_warehouse_with_price.py CHANGED
@@ -226,7 +226,7 @@ Examples of correct responses:
226
  result = response.json()
227
  indices_str = result['choices'][0]['message']['content'].strip()
228
 
229
- print(f"DEBUG - GPT-5 returned: '{indices_str}'")
230
 
231
  # Handle empty response
232
  if not indices_str or indices_str == "-1":
 
226
  result = response.json()
227
  indices_str = result['choices'][0]['message']['content'].strip()
228
 
229
+ print(f"DEBUG - GPT-5 response: '{indices_str}'")
230
 
231
  # Handle empty response
232
  if not indices_str or indices_str == "-1":