mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
* improvement(consts): removed redundant default consts in favor of envvar defaults for storage & usage limits * remove unnecessary tests
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
/**
|
|
* Base charge applied to every workflow execution
|
|
* This charge is applied regardless of whether the workflow uses AI models
|
|
*/
|
|
export const BASE_EXECUTION_CHARGE = 0.001
|