Skip to content

Commit

Permalink
chore(internal): codegen related update (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 29, 2025
1 parent b6c4fc8 commit 83a7dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api_resources/test_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_method_run_with_all_params_overload_2(self, client: Cloudflare) -> None
image_b64="image_b64",
mask=[0],
negative_prompt="negative_prompt",
num_steps=0,
num_steps=20,
seed=0,
strength=0,
width=256,
Expand Down Expand Up @@ -910,7 +910,7 @@ async def test_method_run_with_all_params_overload_2(self, async_client: AsyncCl
image_b64="image_b64",
mask=[0],
negative_prompt="negative_prompt",
num_steps=0,
num_steps=20,
seed=0,
strength=0,
width=256,
Expand Down

0 comments on commit 83a7dcf

Please sign in to comment.