fix(init): register env.sync_llm_product so llmage publish hook can call it
This commit is contained in:
parent
9f37ec4717
commit
a04b99c6c3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user