|
|
|
|
|
by PebblesHD
245 days ago
|
|
I had a play with this and you’re right, it does have a style, but first: this is awesome, and good fun, well done! I think the system prompt or training data probably focuses on marketing websites, it didnt manage to make a settings page or a canvas game, but did make a site telling me how to make a canvas game :) How does it interpolate the path to make the prompt? (Havent checked the code yet…) |
|
Interpolation happens in two steps. First, there's a prompt for an outline (below). Then, a prompt with the same construction rules but says like "given the outline..." and puts the outline into the context.
https://github.com/jasonthorsness/ginprov/blob/main/server/p...