fix(init): register env.sync_llm_product so llmage publish hook can call it

This commit is contained in:
yumoqing 2026-08-04 13:00:09 +08:00
parent 9f37ec4717
commit a04b99c6c3

View File

@ -142,6 +142,7 @@ def load_product_management():
env.execute_product_stream = execute_product_stream
env.calculate_product_cost = calculate_product_cost
env.llm_id_to_product_id = llm_id_to_product_id
env.sync_llm_product = sync_llm_product
# Product accounting
env.product_accounting = product_accounting
env.backend_accounting = backend_accounting