kenken999's picture
create duck db
886d8e9
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
```