Skip to content
New issue

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

Implement error handling for flawed prompt output #9

Open
0x4D5352 opened this issue Jun 10, 2023 · 0 comments
Open

Implement error handling for flawed prompt output #9

0x4D5352 opened this issue Jun 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@0x4D5352
Copy link
Owner

0x4D5352 commented Jun 10, 2023

When generating drones, sometimes the GPT4ALL model will spit out responses that include ### PROMPT: or special characters, which can cause problems down the road for formatting of things like directory structure and stable diffusion prompts.

This could be fixed with better prompts and/or better models, but user-implemented error handling will still be useful. Can probably be handled by passing the output of the model into a more sophisticated parser.

@0x4D5352 0x4D5352 added the bug Something isn't working label Jun 10, 2023
@0x4D5352 0x4D5352 self-assigned this Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant