Debug mesajı güncelleme - force push için
Browse files
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
|
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":
|