Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snippets/tutorials/partner-nodes/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Accordion>

<Accordion title="Can credits go negative?">
Credits cannot go negative, so please ensure you have enough credits before making the corresponding API calls.
Credits are not intended to be used as a negative balance or credit line. However, due to race conditions where partner nodes don't always report costs before execution, a single execution may consume more credits than your remaining balance and temporarily result in a negative balance after completion. When your balance is negative, you will not be able to run Partner Nodes until you top up and restore a positive balance. Please ensure you have enough credits before making API calls.
</Accordion>

<Accordion title="Where can I check usage and expenses?">
Expand Down
2 changes: 1 addition & 1 deletion snippets/zh/tutorials/partner-nodes/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Accordion>

<Accordion title="积分可以出现负数吗?">
不允许积分出现负数,所以在对应 API 调用前,请确保你有足够的积分
积分不应作为负余额或信用额度使用。但是,由于合作伙伴节点在执行前并不总是能报告成本,存在竞态条件,单次执行可能会消耗超过剩余余额的积分,导致完成后暂时出现负余额。当余额为负时,您将无法运行合作伙伴节点,直到充值恢复正余额。请在进行 API 调用前确保您有足够的积分
</Accordion>

<Accordion title="我可以在哪里查看使用量和花费?">
Expand Down
Loading