Optimizing Jupyter Notebooks for LLMs
January 15, 2025 ·
4 mins · 762 words
I’ve been using LLM-assisted coding for the last couple of months, and it has been a game-changer. After a couple of iterations, my setup consists in
ContinueDev + OpenRouter. I’m using OpenRouter because I can access all the models I need from a single provider and control my budget from a single entry point.
Use Sonnet 3.6 for “easy” questions or edits, and o1-preview for big refactors.
This setup was working great for me, I only had to add a couple of buc...
Read more at alexmolas.com