stub.function(
allow_concurrent_inputs=20,
timeout=1 * 60 * 60,
keep_warm=1,
secrets=[modal.Secret.from_name("openpipe")],
)
| 1 | import modal |
| 2 | |
| 3 | from .api import ( |
| 4 | Input, |
nothing calls this directly
no outgoing calls
no test coverage detected