Skip to content

Commit e0e4646

Browse files
Shorten line
1 parent 7c9bac8 commit e0e4646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphi/clients/offline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async def process_func(
136136
partial(
137137
self.client.generate, # type: ignore
138138
prompts,
139-
sampling_params=sampling_params, # Use fresh params, not self.sampling_params
139+
sampling_params=sampling_params, # Use fresh sampling_params
140140
use_tqdm=False,
141141
),
142142
)

0 commit comments

Comments
 (0)