updated cost

This commit is contained in:
Lucas Armand
2025-12-12 10:43:05 -08:00
parent 4d99c12820
commit 2b30c69933
+1 -2
View File
@@ -1,4 +1,3 @@
from .data_types import count_workload
import uuid import uuid
import random import random
import asyncio import asyncio
@@ -25,7 +24,7 @@ async def main():
} }
} }
response = await endpoint.request("/generate/sync", payload, cost=count_workload()) response = await endpoint.request("/generate/sync", payload, cost=100)
# Get the file from the path on the local machine using SCP or SFTP # Get the file from the path on the local machine using SCP or SFTP
# or configure S3 to upload to cloud storage. # or configure S3 to upload to cloud storage.