Writing my own ChatGPT Code Interpreter

tl;dr: github.com/ricklamers/gpt-code-ui and to run it pip install gpt-code-ui && gptcode Alright, I’ll cut right to the chase. I’ve built GPT-Code UI because OpenAI couldn’t be bothered to give me access to their new fancy ChatGPT Code Interpreter. And most likely, you don’t have access either. What is ChatGPT Code Interpreter? Well, it’s basically a REPL (read–eval–print loop) that’s integrated with the coding abilities of ChatGPT. You can do really neat things with it like giving it a file (e.g. a CSV file) after which you can ask it to convert the file or extract some information from the file or even use the file as input for a calculation! If you want a longer explanation you can watch this YouTube video. ...

May 17, 2023 · 9 min · 1736 words · Rick Lamers

Writing resources

CommonMark live testing tool CommonMark Dingus is an interactive playground for testing Markdown formatting in real-time. It’s particularly useful for debugging complex Markdown syntax and seeing how it renders instantly. The tool shows both the rendered output and the HTML that gets generated, making it invaluable for precise Markdown formatting. Hugo docs The Hugo documentation is the comprehensive official guide for the Hugo static site generator. It covers everything from basic setup to advanced features like templates, shortcodes, and content management. Essential reading for anyone building or maintaining a Hugo-based website. ...

May 15, 2023 · 1 min · 136 words · Rick Lamers