I want my assistant to replace the content of a website page.
My idea is to give the website page code, then the outline of the updated content. Then, I want the assistant to fuse together these two, giving me a result of an updated website page that I can just paste to WordPress.
The code is written in Kadence.
1 Like
Hi @redgabanan19 and welcome to the community!
ChatGPT should be able to do this for you, especially the o1 series of models as they have very good coding capabilities. As long as the code fits within the context windows (200 000 tokens in the input, and 100 000 tokens on the output, for o1, as of this writing).
I would still advise to do this more systematically and have some code validation/linting etc in place, but if you want a super low touch approach, it should be possible.
1 Like
Hi, just to give some ideas and some concerns and adding on @platypus,
I think this is possible but should be thought more before hand such as maybe splitting up specific features and then asking to implement the code and then going in a sequential manner from feature to feature. and also something to checkout is the support for kadence in o1 and how fluent it is in kadence, that might come up as an issue as well.
Just some thoughts and concerns 
Hope it helps!