-
Notifications
You must be signed in to change notification settings - Fork 17
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
Guide generation. #6
Comments
In case like me anyone else isn't familiar with that acronym: |
I experimented with this by allowing for parameters to be part of all URLs, and then telling llama3 to append two of them. It works very well: Put this into the prompt for page generation (as well as for search results, or make it a system prompt).
That way you also get pages generated that roughly match what the fake search engine spits out, and they are thematically grouped. Probably only a band-aid and could be implemented in a more elegant way, but it is easy enough to do like this. |
Great idea. I added it and it does help a lot for the coherence. However, I see even more of the problem where the generated links on the following pages do not have the 127.0.0.1:5000 prepended to it. Is there a way to fix this to ensure all links get that? |
@scalar27 🤔 I just serve the thing on localhost on port 80 and thereby no port is required and links just all work without any hassle.
Alternatively I suppose you could append the port to all hrefs by modifying the |
When generating the URLs, generate a website description and use that description to guide the generation of the web page.
Consider using GBNF for this.
The text was updated successfully, but these errors were encountered: