The open-source Ollama tool allows you to run large language models locally and it can also be used to setup a coding copilot within the Visual Studio Code IDE. In this post, we will explore how to create your own locally running coding copilot at no cost, while also ensuring your data remains private.
Hello, I’m Dheeraj š
This is the place where I share my thoughts and notes about things that Iām excited about and working on and hope to connect with people having a similar mindset. I’d love to hear from you!
Check out my latest blog posts below. š
I tried using ChatGPT as a text-based adventure game and it was mind blowing š¤Æ. The multi-choice games out there change storyline based on player’s decision among few possible choices. But ChatGPT text-based game feels like open-choice without restrictions.
Have you ever been in a situation when you wanted your application to always finish ongoing processing like downloading a file, sending a message to a broker, crediting amount to a bank account, sending response to an upstream service, etc. before application exits either naturally or prematurely ?