We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When entering a prompt that is too long, I get the following error message because the prompt is used as the filename:
OSError: [Errno 36] File name too long:
My suggestion is to use a uuid as the file name.
The text was updated successfully, but these errors were encountered:
thanks for reporting
can you share a little more of what are you trying to run?
is it the "--sketch" parameter that is unable to take a long file path, "--requirements", "--prompt" or something else?
--sketch
--requirements
--prompt
Sorry, something went wrong.
No branches or pull requests
When entering a prompt that is too long, I get the following error message because the prompt is used as the filename:
My suggestion is to use a uuid as the file name.
The text was updated successfully, but these errors were encountered: