Daniel San Profile picture
Building artificial intelligence tools 🤖 https://t.co/PxOrsWzI55
Feb 16 8 tweets 4 min read
“My project became so big that Claude can’t understand it.”

Many developers face this problem: LLMs struggle with large codebases.

But what if your AI assistant truly understood your entire project?

I’ll show you how to build a knowledge graph of your codebase and use CodeGPT to create an AI Copilot that never forgets context. 🧵👇Image Step 1: Connect GitHub to CodeGPT Studio

First, create a free account on CodeGPT Studio

➡️ Go to the Code Graph section.

➡️ Click +Add Connection and select GitHub, GitLab, or Bitbucket.

➡️ Authorize CodeGPT to access your reposcodegpt.co
Jan 23 4 tweets 2 min read
Introducing DeepSeek R1:1.5b Running Locally in Cursor!

In less than 4 minutes, I set up the DeepSeek R1:1.5b model, download it, and run it locally to seamlessly work with code in Cursor

The video is shown in real-time, with the model impressively running on an Intel Core i5 😱 using Ollama and the CodeGPT extension 👇 First, Install CodeGPT in Cursor:

docs.codegpt.co/docs/tutorial-…
Apr 19, 2024 5 tweets 2 min read
Llama3 70B as a copilot in VSCode thanks to the integration with Perplexity 🤩

The opensource llama3 70b model released by Meta has already surpassed many private models.

Now you can use it by connecting to @perplexity_ai through its API.

In this thread 🧵 I tell you how to connect the accounts and use it in VSCode 👇 Go to and create an account perplexity.ai
Image
Apr 18, 2024 4 tweets 2 min read
Llama 3 as a Copilot in VSCode 🤩

Let me show you how to connect this amazing model that Meta released today!

Here is a step-by-step tutorial! 🧵 Requirements:

You must have the CodeGPT extension installed in VSCode.

CodeGPT Download link:

Then you must install @ollama: Ollama Download link: marketplace.visualstudio.com/items?itemName…
ollama.com/download
Image
Apr 4, 2024 14 tweets 5 min read
Claude 3 as a Copilot in VSCode is a game changer.

Every day, I program more and more using Claude 3, and it keeps getting better.

Thanks @alexalbert__ and the Anthropic team, for creating such an incredible model 👏👏👏

In this thread🧵 I'll explain the different ways you can connect Claude 3 in VSCode 👇 #1 — Anthropic API Key

Create an account on Anthropic using the following link:

Then go to the “Get API Keys” menu and create a new API Key 🔑 console.anthropic.com
Image