DeepSeek-Coder-V2 + ContinueDev + ShellGPT : The FREE & BEST LOCAL COPILOT EVER! (works without GPU)

  Рет қаралды 13,029

AICodeKing

AICodeKing

Күн бұрын

In this video, I'll be creating an amazing Github Copilot Alternative with the new DeepSeek-Coder-V2 model. To do this I'll also be using the ContinueDev VSCode/NeoVim extension. I'll also be using the ShellGPT program to create a shell copilot as well. I'll also be utilizing the Free 5M Tokens API given by Deepseek. That means you can use it as a copilot for free and you don't need any GPUs to use it. This new model and copilot also beats GPT-4O, Claude-3, CodeQwen, Mixtral 8x22b, Mixtral 8x7b, GPT-4, Grok-1.5 & Gemini Code Assist.
-----
Key Takeaways:
🌟 DeepSeek Coder V2 Launched: DeepSeek recently launched two coding-specific models: a 16 billion parameter model and a 232 billion parameter model. These models outperform Codestral, GPT-4 Turbo, and Claude in most benchmarks, offering great alternatives for local Copilot setups.
🚀 Free API and Affordable Pricing: DeepSeek is offering 5 million free tokens for API usage, making it accessible for those without GPUs. The API pricing is also very affordable, allowing continuous usage for coding tasks without breaking the bank.
🔧 Setup Local Shell Copilot: Learn how to set up a local shell Copilot using the ShellGPT extension and DeepSeek's API. This setup mimics GitHub Copilot's functionality, providing efficient shell script suggestions and advanced code generation.
🖥️ VS Code Integration with DeepSeek: Integrate DeepSeek Coder with VS Code using the ContinueDev extension. This integration allows seamless code generation and chat interface functionality, enhancing your coding experience with powerful autocompletion and code suggestions.
💡 Utilize Both Models for Different Tasks: Use the locally hosted 16 billion parameter model for autocompletion and the 232 billion parameter model through the API for chat and advanced code generation. This dual setup optimizes performance for various coding needs.
📈 Superior Performance and Compatibility: DeepSeek Coder V2 supports over 300 programming languages and is licensed for commercial use, making it a versatile and powerful tool for developers. Its performance surpasses many local models, ensuring high-quality code generation.
🔥 Step-by-Step Installation Guide: Follow the detailed instructions to install ShellGPT, LiteLLM, and configure the DeepSeek API for local and API-based usage. This guide ensures you get the most out of DeepSeek Coder V2 quickly and efficiently.
-------
Timestamps:
00:00 - Introduction
00:04 - About Deepseek-Coder-V2
00:43 - Free 5 Million Tokens for API Usage
01:08 - Plan for usage as Copilot
01:26 - ShellGPT
01:49 - ContinueDev
01:55 - Installation (DeepSeek API)
02:22 - Installation (ShellGPT)
03:40 - Installation (ContinueDev)
05:49 - Local / Ollama Installation
07:15 - Ending

Пікірлер: 45
@D4MN_SON_UR_GMA_FINE
@D4MN_SON_UR_GMA_FINE Ай бұрын
Awesome thank you I’m putting you on repeat and it is getting downloaded right now. Thank you.
@mohammedel-cheikh6682
@mohammedel-cheikh6682 Ай бұрын
Thank you for the videos. Wondering if you have used these tools for any of your automation projects. If you have, would love to watch an in-depth video as your tutorials are great :)
@D4MN_SON_UR_GMA_FINE
@D4MN_SON_UR_GMA_FINE Ай бұрын
Awesome thank you
@vickyrajeev9821
@vickyrajeev9821 29 күн бұрын
Thank You Brother
@StefanEdlich
@StefanEdlich Ай бұрын
Can you make a video on how to make local inference (like with Ollama) using the graphics card GPU?
@AdvanceGame-eo6yx
@AdvanceGame-eo6yx Ай бұрын
❤❤❤❤❤
@MaxF88
@MaxF88 Ай бұрын
Nice one! Any smaller models which is good with Python and javascript, suitable for 4GB VRAM?
@sunrisestudios5206
@sunrisestudios5206 15 күн бұрын
Can it be used for building a website/ can it host a website locally and keep coding and improving it or can it only write the code
@D4MN_SON_UR_GMA_FINE
@D4MN_SON_UR_GMA_FINE Ай бұрын
I do have a question. Can I use the dolphin version from the GitHub repository on my llama instead of just the regular one that way it’s not censored
@AICodeKing
@AICodeKing Ай бұрын
Yes, you can
@MeinDeutschkurs
@MeinDeutschkurs Ай бұрын
What do you think about comparing multi language open source ai embedding models?
@AICodeKing
@AICodeKing Ай бұрын
Will consider.
@EladBarness
@EladBarness Ай бұрын
awesome video that you! What about using it in a Devin-like experience, what’s the best option?
@AICodeKing
@AICodeKing Ай бұрын
Aider scores the best in their benchmark for a devin like experience
@cwirus99
@cwirus99 26 күн бұрын
How does it compare to Claude 3.5?
@Terry-m3c
@Terry-m3c Ай бұрын
Installed it locally on ollama but the generated text is unrecognized. Tried to set the enocding to utf 8 but still same thing. Does anybody know what might be the problem ?
@AICodeKing
@AICodeKing Ай бұрын
Try adding "reply output only in english"
@Terry-m3c
@Terry-m3c Ай бұрын
@@AICodeKing after changing the encoding to utf - 8 and adding "reply output only in english" I got success. Thank you!
@ppbroAI
@ppbroAI Ай бұрын
Is supossed better than codestral, BUT codestral output decent json, can autocomplete (in the same model) amd it is able to use tools. Would be useful if you can compare those features ty.
@StephenSmith304
@StephenSmith304 Ай бұрын
So it actually works for me to use deep seek coder v2 for auto complete with continue. I just put the title/provider/etc in the tabAutocompleteModel section. Unfortunately no matter what model I use for autocomplete it seems to time out a lot, but on the plus side deepseekcoder v2 runs a lot faster on my CPU than codeqwen7b despite having more params (16b) and so far has been giving me much better code. So when autocomplete does decide to work it's nice that I can use deepseek there too.
@ppbroAI
@ppbroAI Ай бұрын
@@StephenSmith304 llm studip give quick completions, idk ollama
@diakorudd7268
@diakorudd7268 26 күн бұрын
I try to use lightningAI like you are doing in this video but its not allowing me to create the ~/.config/shell_gpt/.sgptrc . How did you work around this ? Thanks for uploading your gemstones of videos.
@AICodeKing
@AICodeKing 26 күн бұрын
You'll need to first run the SGPT command then it will be automatically created.
@diakorudd7268
@diakorudd7268 26 күн бұрын
PermissionError: [Errno 13] Permission denied: '/teamspace/studios/this_studio/.config/shell_gpt/.sgptrc'
@AICodeKing
@AICodeKing 26 күн бұрын
Try running it with Sudo or run "sudo chmod 777 /teamspace/studios/this_studio/.config/shell_gpt/.sgptrc"
@diakorudd7268
@diakorudd7268 26 күн бұрын
@@AICodeKing I got it to work in github codespaces but its still not working in lightning because its not allowing me to change permission of .config/ folder or any subdirectory .config/*
@jaradaty88
@jaradaty88 29 күн бұрын
I hope they fix continue dev auto complete with api providers such as deepseek
@Noaman2022
@Noaman2022 Күн бұрын
Bro can i use deepseek on ollama local and connect to vacode to run localy without paid api ?
@AICodeKing
@AICodeKing Күн бұрын
Yes, definitely
@megafoxatron3rd521
@megafoxatron3rd521 Ай бұрын
i am not seeing the 5m free tokken
@AICodeKing
@AICodeKing Ай бұрын
They have removed that offer now
@vhphan19
@vhphan19 Ай бұрын
How come I don't see 5M free tokens on my deepseek? 😞
@AICodeKing
@AICodeKing Ай бұрын
Yes, seems like they have removed the Free Token Claim Option now. Although, Aider's site still stays that they are offering it (if you look at their free options). I had signed up on the day of DeepSeek-Coder launch and it was there and I still have 96% tokens left. So, I guess you're late now.
@josersleal
@josersleal 24 күн бұрын
how is it free?
@woofwoofification
@woofwoofification 26 күн бұрын
Is there a way to make it know your local code?
@AICodeKing
@AICodeKing 26 күн бұрын
Yes you can add your context file to it
@gani2an1
@gani2an1 Ай бұрын
Does it have memory?
@AICodeKing
@AICodeKing Ай бұрын
The chat interface does have memory.
@tranquiloteov
@tranquiloteov Ай бұрын
Seems they dont give 5 millons free token anymore. I just created an account, and i have 0 free tokens T_T
@user-ej7jj8ou6r
@user-ej7jj8ou6r Ай бұрын
Same here... not free... no trial
@AICodeKing
@AICodeKing Ай бұрын
Yes, seems like they have removed the Free Token Claim Option now. Although, Aider's site still stays that they are offering it (if you look at their free options). I had signed up on the day of DeepSeek-Coder launch and it was there and I still have 96% tokens left. So, I guess you're late now.
@Msyo_Jaber
@Msyo_Jaber 25 күн бұрын
this is so usofel i larn alot but a ves issue
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 21 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 75 МЛН
Clowns abuse children#Short #Officer Rabbit #angel
00:51
兔子警官
Рет қаралды 70 МЛН
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 63 МЛН
Leetcode Weekly Contest 407 | Video Solutions - A to D | by Viraj Chandra| TLE Eliminators
1:20:50
Can AI code Flappy Bird? Watch ChatGPT try
7:26
candlesan
Рет қаралды 9 МЛН
Using ollama and phi3 in VS code as an github copilot alternative
16:37
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 660 М.
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 22 М.
FASTEST Way To Learn Coding and ACTUALLY Get A Job
10:44
Brian Cache
Рет қаралды 990 М.
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 875 М.
What are AI Agents?
12:29
IBM Technology
Рет қаралды 53 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 155 М.
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 8 МЛН
ГОСЗАКУПОЧНЫЙ ПК за 10 тысяч рублей
36:28
Ремонтяш
Рет қаралды 446 М.
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 3 МЛН
Отдых для геймера? 😮‍💨 Hiper Engine B50
1:00
Вэйми
Рет қаралды 1,2 МЛН