Spaces:
Running
on
Zero
Running
on
Zero
File size: 164 Bytes
886d8e9 |
1 2 3 4 5 6 7 8 9 |
---
title: Budget Manager
---
The `max_budget` property sets the maximum budget limit for the session in USD.
```python
interpreter.max_budget = 0.01 # 1 cent
``` |