Phi-3+ContinueDev+Ollama: STOP PAYING for Github's Copilot with this NEW, LOCAL & FREE Alternative

  Рет қаралды 6,246

AICodeKing

AICodeKing

Ай бұрын

In this video, I'll be telling you that how you can create a free and self hosted local alternative to Github's Copilot & Gemini Code Assist that can run on any computer even without a GPU and is extremely fast. It is based on Microsoft's new opensource LLM PHI-3-mini-3.8b model. This alternative can be used with any opensource LLM such as Mixtral 8x22b, Mixtral 8x7b, GPT-4, Grok-1.5 & Gemini Code Assist.
[Key Takeaways]
💻 Discover how to create a local AI coding assistant using Microsoft's Phi-3 model, a powerful alternative to GitHub's Copilot that's on par with Llama 3 8b and GPT-3.5.
🔧 Learn how to set up a fast and local Copilot alternative that can do everything Copilot can, without relying on third-party APIs or self-hosting large AI models.
💡 Get started with Ollama and the ContinueDev VSCode extension to create a seamless AI-powered coding experience that integrates with your existing workflow.
📊 Take advantage of the Phi-3 model's 128K context version to work with larger code bases and improve your overall coding productivity.
💻 Explore the capabilities of this local AI coding assistant, including code generation, auto-completion, and code explanation, all within your local environment.
👍 Find out why this Copilot alternative is accessible to most computers, making it a great option for developers who want a local AI coding solution without the need for powerful hardware

Пікірлер: 40
@avinav44
@avinav44 Ай бұрын
I've been binge-watching your videos. You seriously address issues I've had for a long time. I truly appreciate your content. You should have 1 million subscribers for these videos, man.
@de2wep
@de2wep Ай бұрын
Thx for very useful information! Great video
@drewnix7201
@drewnix7201 18 күн бұрын
thanks buddy. this is going to be fun
@Jblcc
@Jblcc 24 күн бұрын
Glad i found your channel 🎉
@NLPprompter
@NLPprompter Ай бұрын
yes... it is really hard when naming variables.... it's even more harder to remember them! i need assistant AI for that really! can't wait next one
@egmluvr
@egmluvr Ай бұрын
Damn I wasn't liking that Adam Sandler Spaceman voice at first...but it's relaxing and I was so focused on the video. You killed A.D.D.
@AICodeKing
@AICodeKing Ай бұрын
Haha, thanks for the honest feedback
@egmluvr
@egmluvr Ай бұрын
@@AICodeKing Subscribed!
@kenrock2
@kenrock2 Ай бұрын
U mean that alien spider right..? Lolz
@basilbrush7878
@basilbrush7878 Ай бұрын
Wow, impressive. I have a high spec Mac, so I will also try models with more parameters like Mixtral 8x22b using Ollama
@AICodeKing
@AICodeKing Ай бұрын
Go for it!
@salehmir9205
@salehmir9205 Ай бұрын
LLama3 8b is already more powerful than Mixtral 8x22b
@basilbrush7878
@basilbrush7878 Ай бұрын
@salehmir9205 I tested both on CrewAI Agents and additionally WizardLM 8x22b was most impressed with WizardLM 8x22b results. Of course, this is subjective
@programmertelo
@programmertelo Ай бұрын
thanks for very useful information
@mheetu3909
@mheetu3909 Ай бұрын
Is there a way to feed it the entire project's code? Sometimes code from multiple files is needed to understand the full scope of the problem... while I understand no model has infinite context sizes (except maybe MemGPT?), the versatility of these AI coding assistants is drastically limited by their narrow field of vision.
@AICodeKing
@AICodeKing Ай бұрын
You can indeed give it much more data than llama 3 because it has a 128k context window. But, It all depends on the size of your project.
@mheetu3909
@mheetu3909 Ай бұрын
@@AICodeKing I was asking, more-so, on how... not really if I could. 😕
@kichirome1553
@kichirome1553 Ай бұрын
Which model I can run with Rx560x for laptops?
@AICodeKing
@AICodeKing Ай бұрын
You can run this for sure.
@abuharis421
@abuharis421 Ай бұрын
may i know, macbook air m1 8gb are enough for this?
@AICodeKing
@AICodeKing Ай бұрын
Yes, should be enough,
@abuharis421
@abuharis421 Ай бұрын
Thank youu broo!@@AICodeKing
@juanbetancourt5106
@juanbetancourt5106 18 күн бұрын
it takes me several seconds to get a response with 8gb for me, maybe with some smaller version it could get faster
@salehmir9205
@salehmir9205 Ай бұрын
Thank you so much for this. I'm having a good experience with this setup. However, I couldn't get their autocomplete feature working. I did read their docs too. Can you help with that?
@AICodeKing
@AICodeKing Ай бұрын
You can go to their "Tab Autocomplete" section in their docs. There you'll find the chnages that needs to be done in config.json in order to make it working.
@ynarhammargatroid6414
@ynarhammargatroid6414 18 күн бұрын
​@@AICodeKingwhat should i change?
@markjoshua8971
@markjoshua8971 Ай бұрын
What if i already have a gguf file? Can it run in ollama?
@AICodeKing
@AICodeKing Ай бұрын
Yes
@angrycoder
@angrycoder Ай бұрын
Can someone tell me from which website did he download the phi3 model?
@AICodeKing
@AICodeKing Ай бұрын
Ollama.
@angrycoder
@angrycoder Ай бұрын
Thanks
@xbizuk1
@xbizuk1 Ай бұрын
Works for Node.js code development?
@AICodeKing
@AICodeKing Ай бұрын
Yes, it does.
@settlece
@settlece Ай бұрын
Hay there
@catdevzsh
@catdevzsh 21 күн бұрын
I got phi-3 medium working
@kayondoedward
@kayondoedward Ай бұрын
the link
@warlockassim4240
@warlockassim4240 Ай бұрын
I just want no ollama running in background i catch continuedev autocomplet . Plz next video do that i looked at continuedev doc and config json api not works for autocomplet . So i installed cody for autocomplet but i prefer to learn autocomplet from continue
@AICodeKing
@AICodeKing Ай бұрын
You can go to their "Tab Autocomplete" section in their docs. There you'll find the chnages that needs to be done in config.json in order to make it working.
@ppbroAI
@ppbroAI Ай бұрын
for that you need a base model not an instruct model. Deepseek or starcoder
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 718 М.
Заметили?
00:11
Double Bubble
Рет қаралды 3,6 МЛН
Китайка и Пчелка 4 серия😂😆
00:19
KITAYKA
Рет қаралды 3,6 МЛН
100❤️
00:20
Nonomen ノノメン
Рет қаралды 67 МЛН
26 Incredible Use Cases for the New GPT-4o
21:58
The AI Advantage
Рет қаралды 691 М.
Using ollama and phi3 in VS code as an github copilot alternative
16:37
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 106 М.
Ollama UI Tutorial - Incredible Local LLM UI With EVERY Feature
10:11
Matthew Berman
Рет қаралды 79 М.
Fabric: Opensource AI Framework That Can Automate Your Life!
9:48
WWDC 2024 - June 10 | Apple
1:43:37
Apple
Рет қаралды 10 МЛН
Где раздвижные смартфоны ?
0:49
Не шарю!
Рет қаралды 836 М.
iPhone 15 Pro vs Samsung s24🤣 #shorts
0:10
Tech Tonics
Рет қаралды 13 МЛН
keren sih #iphone #apple
0:16
Muhammad Arsyad
Рет қаралды 1,5 МЛН
Девушка и AirPods Max 😳
0:59
ОТЛИЧНИКИ
Рет қаралды 15 М.