Тёмный

Claude-3.5 Sonnet + Qwen2 + ContinueDev : This AMAZING Coding Copilot BEATS Github Copilot & Others! 

AICodeKing
Подписаться 34 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

11 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@hineko_
@hineko_ 2 месяца назад
AiCodeKing sounds like the goth guy from the ITCrowd :))
@vulcan4d
@vulcan4d Месяц назад
Pretty cool content. Not exactly step by step but I guess there are older videos to watch to catch up :)
@aricoleman5802
@aricoleman5802 3 месяца назад
Great video. Would be awesome to see more like this and other models used if possible
@mjherich
@mjherich 3 месяца назад
Excellent walkthrough of how to set this up 🙌
@ryanrrothwell
@ryanrrothwell 3 месяца назад
Thanks for making these videos.
@TheTimtimtimtam
@TheTimtimtimtam 3 месяца назад
Thank you for this video, much appreciated
@geepytee
@geepytee 3 месяца назад
Interesting, but why go through all of these steps instead of using something like double bot, which just works out of the box and has all of the right models?
@garthh7314
@garthh7314 2 месяца назад
this worked! you're a legend!
@LiverTGP
@LiverTGP 3 месяца назад
That's an amazing content! Which LLM do you consider to be the best for local use in the ContinueDev chat? Do you have a video on this? Thanks :)
@NormTurtle
@NormTurtle 3 месяца назад
this was the most easy and hands on explanation.
@agush22
@agush22 3 месяца назад
cool, what OS are you running?
@ernstmayer3868
@ernstmayer3868 2 месяца назад
Sadly, autocomplete does not seem to work. I installed the model and successfully tested it from console. I adjusted the config.json file to contain the tabAutocompleteModel property with all shown values (it was not there after plugin installation). I see no errors, continue tells me: "index up to date" in the status row. But nothing happens in my code files.
@ernstmayer3868
@ernstmayer3868 2 месяца назад
I even tried it with ollama server to spin up the API (ollama ps is showing the model as loaded). No success and no http request in the developer tools of vsc.
@AICodeKing
@AICodeKing 2 месяца назад
Try restarting VS Code
@axelganter6405
@axelganter6405 2 месяца назад
its also not working for me :(
@tzardelasuerte
@tzardelasuerte 3 месяца назад
How about using Claude 3.5 sonnet with gpt pilot Pythagora?
@jackflash6377
@jackflash6377 3 месяца назад
With Claude 3.5 as the Copilot, can it see your entire codebase? If it can, compare it to just embedding your codebase. The other day I sent my codebase to Claude 3 Opus and worked through some issues I was having. The API costs were $64. I'm wondering if the codebase got embedded into the prompt and was sent back and forth with each query. How else would it use up so many tokens?
@AICodeKing
@AICodeKing 3 месяца назад
There's option to add your entire codebase as context in ContinueDev. But, I wouldn't recommend that due to the huge API costs that might come. Instead, you can just add the context you need to work on. Also, The new Claude 3.5 Sonnet is much cheaper than the previous opus model (Previous one was like $15/m token while this is just $3/m token)
@SahilP2648
@SahilP2648 3 месяца назад
@@AICodeKing btw github copilot uses GPT-4 or so they say. Sonnet-3.5 is really good but is it going to be worth it using like that (as in pay as you go model)? Also, github copliot is privacy oriented and secure (or so they say) compared to Sonnet-3.5 which is not private (they will work on the data you provide afaik).
@2099EK
@2099EK 3 месяца назад
@@SahilP2648 They use GPT-4 for chat, but GPT-3.5 for everything else.
@enkor349
@enkor349 3 месяца назад
@@AICodeKing could I add files and knowledbase (entire codebase and related similar projects) to an assistant in OpenAi playground and then use that particular assistant. Would that bring down costs since does not need to send codebase back and forth?
@dmitriipukhov3887
@dmitriipukhov3887 3 месяца назад
love this! thanks for sharing!
@fabrizio.dipietro
@fabrizio.dipietro 3 месяца назад
Hi, how much are you going to spend like that per month? Less than $10?
@AICodeKing
@AICodeKing 3 месяца назад
It costs about $3 for a million tokens. So, You could get it below that amount if you don't use it for autocompletion.
@apester2
@apester2 3 месяца назад
@@AICodeKing the problem is that I don't know how many tokens day to day coding will use. Maybe more, maybe less. Maybe even using it for autocomplete works out cheaper, or not much more expensive. Please make a video in a while to let us know what the costs turn out to be.
@d.d.z.
@d.d.z. 3 месяца назад
Surely less than $10. I've do the comparison last month with Chat gpt
@apester2
@apester2 3 месяца назад
@@d.d.z. lets hope. I would love to just use sonnet 3.5 for aurocomplete as well. Almost never use the chat and other functionality.
@d.d.z.
@d.d.z. 3 месяца назад
@@apester2 try it and come back to talk about
@2STR4NGE33
@2STR4NGE33 3 месяца назад
Thank you for this!
@vitalis
@vitalis 3 месяца назад
So cool if I knew how to code :) is there any setup for Notion?
@AICodeKing
@AICodeKing 3 месяца назад
Will try to cover something like in upcoming videos.
@TanushPrajwalS
@TanushPrajwalS Месяц назад
is the limitations same as claude 3.5 pro version ??
@DinoRossYT
@DinoRossYT 3 месяца назад
Is possible to handle questions to the web interface from vsc? instead of api i think the $20 plan would be cheaper for our use in much scenarios
@SahilP2648
@SahilP2648 3 месяца назад
What do you mean? Using the extension if you just use the pay as you go model, then yes, it's not for code only.
@Papibalada
@Papibalada 3 месяца назад
It was working great for me but now after a few hours Im getting a HTTP 429 too many requests error
@cmosguy1
@cmosguy1 3 месяца назад
i had the same issue
@ColinNardo-le3bl
@ColinNardo-le3bl 3 месяца назад
any reason why sgpt doesnt seem to work as a command for me
@AICodeKing
@AICodeKing 3 месяца назад
Check If pip package path is in your Terminal environment.
@Miamisinhijos
@Miamisinhijos 3 месяца назад
Excellent: 10/10
@shruh493
@shruh493 3 месяца назад
Groq API + Continue ❤
@2TanishChavan
@2TanishChavan 3 месяца назад
Im not able to find the shell_gpt file you showed can you tell the location. Im using anaconda
@AICodeKing
@AICodeKing 3 месяца назад
It should be at ~/.config/shell_gpt/.sgptrc
@AXYZE
@AXYZE 3 месяца назад
What would you say is better, Continue or Cursor?
@AICodeKing
@AICodeKing 3 месяца назад
I prefer contiue because it's free
@SilverBackGeek
@SilverBackGeek 3 месяца назад
It looks like OpenAI has changed the code, I am getting the "BadRequestError: 400 Bad Request" when I try to put in the API Key,
@CruiiserMakBH
@CruiiserMakBH 3 месяца назад
Yeah I found it won't allow me to paste the API key in this way. Find the .sgptrc file in your C: drive. Navigate to C: > Users > "Whatever your username is" > .config > shell-gpt > .sgptrc Then edit as per his tutorial. Hope this helps!
@AnasQiblawi
@AnasQiblawi 3 месяца назад
Claude in programming is waaay much better than ChatGPT
@FranzAllanSee
@FranzAllanSee 3 месяца назад
installing a python library globally sounds very windows-y. I know you can do it in *nix. I do it sometimes. Still feels dirty tbh 😅
@johnrich7879
@johnrich7879 3 месяца назад
You have very nice voice
@tobeyforsman
@tobeyforsman 3 месяца назад
Pretty cool
@paulyflynn
@paulyflynn 2 месяца назад
I am using Jetbrains AI.
@chieeyeoh6204
@chieeyeoh6204 3 месяца назад
For real? GitHub Copilot still use GPT-3?
@AICodeKing
@AICodeKing 3 месяца назад
Yes, it does.
@stianhenriksen4826
@stianhenriksen4826 3 месяца назад
Chat says it uses gpt4 turbo?
@369era33
@369era33 2 месяца назад
need support
@wznzgq1354
@wznzgq1354 Месяц назад
how do i add it to nvim? thanks
@AICodeKing
@AICodeKing Месяц назад
checkout my Avante Nvim video.
@wznzgq1354
@wznzgq1354 Месяц назад
@@AICodeKing will do, i just got claude api key and set up with shell_gpt, thought of using it in nvim too.
@majukanumi9639
@majukanumi9639 3 месяца назад
really you are jumping from A to B...
@uaer309
@uaer309 3 месяца назад
Github copilot is driving me nuts. It's sooo dumb.
@bambanx
@bambanx 2 месяца назад
can´t found .sgptrc, thanks for the video
@bambanx
@bambanx 2 месяца назад
found cmd+p ~/.config/shell_gpt/.sgptrc :)
@AICodeKing
@AICodeKing 2 месяца назад
You can check the ShellGPT github repo. It has the path listed there.
@frustasistumbleguys4900
@frustasistumbleguys4900 3 месяца назад
why i always got missing config key for openai?
Далее
Learn HTML in 1 hour 🌎
1:00:00
Просмотров 2,2 млн
I Tried Every AI Coding Assistant
24:50
Просмотров 818 тыс.
WHICH SODA CAN FLY THE HIGHEST?
00:48
Просмотров 2,9 млн
Claude 3.5 Sonnet vs GPT-4o: Side-by-Side Tests
25:10
Просмотров 127 тыс.
When Claude 3.5 Sonnet Became The Better Chatbot
11:46
Claude 3.5 Deep Dive: This new AI destroys GPT
36:28
Просмотров 740 тыс.