Replies: 1 comment 2 replies
-
Thanks for the interest! Hmm, would you mind sharing your arguments to write.py? I've noticed that it'll tend to fail with the same models, but actually a reason is pretty clever - If you're willing, I'd be interested in merging that in. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
First I got to say that this is a really cool project. It's easy to install and to get started with.
I've played a bit around with it and had the problem that it would constantly fail the LLMSummaryCheck (using llama3:8b). I thought about giving the generator some feedback on why it failed last time. I did this by adding a "Reason" parameter to the json and adding that to the prompt which writes the scene. It doesn't work 100% but I it finds faster to a valid chapter now.
Would be interested to know if you have a better approach to this.
Beta Was this translation helpful? Give feedback.
All reactions