mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
fix minor bug. generate_data now passes the kwargs to provider
This commit is contained in:
@@ -94,6 +94,7 @@ def generate_data(
|
||||
prompt=prompt,
|
||||
llm_model=llm_model,
|
||||
response_model=response_model,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user