lamini-ai / lamini

Apache License 2.0
2.5k stars 155 forks source link

Response Data Type #5

Closed arman-hk closed 1 year ago

arman-hk commented 1 year ago

I think I found a bug in generate_data.py, line 37:


 add_response_data = int(arguments["response_data"])

This implementation attempts to convert its value to an integer, but the response_data flag is intended to be a boolean.

greg1232 commented 1 year ago

Thanks for reporting.

greg1232 commented 1 year ago

Should be fixed now.