mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(frontend): Add user note for automatic refill feature
This commit is contained in:
@@ -180,6 +180,13 @@ export default function CreditsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<p className="text-sm">
|
||||
<b>Note:</b> For your safety, we will top up your balance{" "}
|
||||
<b>at most once</b> per agent execution to prevent unintended
|
||||
excessive charges. Therefore, ensure that the automatic top-up
|
||||
amount is sufficient for your agent's operation.
|
||||
</p>
|
||||
|
||||
{autoTopUpConfig?.amount ? (
|
||||
<>
|
||||
<Button type="submit" className="w-full">
|
||||
|
||||
Reference in New Issue
Block a user