Se actualiza el prompt del agente classifier

This commit is contained in:
Mongar28
2025-04-01 09:53:36 -05:00
parent 61da645cf9
commit 63829b5bab
3 changed files with 102 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ import requests
# url = "http://live.dev:8000"
url = "http://172.27.41.240:8000"
url = "http://10.1.131.41:8000"
key = "9a9ffc430146447d81e6698240199a4be2b0e774cb18474999d0f60e33b5b1eb1cfff9d9141346a98844879b5a9e787489c891ddc8fb45cc903b7244cab64fb1"
db = "tryton"
application_name = "sale_don_confiao"

View File

@@ -4,7 +4,7 @@ import requests
import json
# url = "http://live.dev:8000"
url = "http://172.27.41.240:8000"
url = "http://10.1.131.41:8000"
key = "9a9ffc430146447d81e6698240199a4be2b0e774cb18474999d0f60e33b5b1eb1cfff9d9141346a98844879b5a9e787489c891ddc8fb45cc903b7244cab64fb1"
db = "tryton"
application_name = "sale_don_confiao"
@@ -32,7 +32,7 @@ def create_party(
"""
# url = "http://live.dev:8000"
url = "http://172.27.41.240:8000"
url = "http://10.1.131.41:8000"
key = "9a9ffc430146447d81e6698240199a4be2b0e774cb18474999d0f60e33b5b1eb1cfff9d9141346a98844879b5a9e787489c891ddc8fb45cc903b7244cab64fb1"
db = "tryton"
application_name = "sale_don_confiao"