Julian Bilcke

Results 16 issues of Julian Bilcke

- ~~add a licence~~ - ~~put links, screenshot in the README.md~~ - better documentation (how the prompt is constructed, how HTML images are generated etc) - clean the code (remove...

Today when we generate a page, sometimes GPT-3 will add a link. However those are not supported yet. To make it work, various solutions: the simplest way could be to...

HTML
improvement

New pictures generated by GPT-3 itself fail to display, as they are generated in the form ``, and thus require caption-to-img resolution To solve this we should call `replaceImages()` function...

images
HTML
improvement

Chrome does it, it would be helpful for us since generating a tab can take quite some time

UI/UX
improvement

Right now there are two issues: - the HTML file is empty `` - once that it fixed, it will also require headers for the tailwind CSS + the fonts...

bug

It would be nice to be able to predict (eg. by taking the worst-case scenario) the usage and token consumption of the LLM vendor. Some random ideas: - a counter...

proposal