kenken999's picture
test
565ab19
raw
history blame
164 Bytes
---
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
```