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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 77

  • @ryanrrothwell
    @ryanrrothwell 3 หลายเดือนก่อน +6

    Thanks for making these videos.

  • @TheTimtimtimtam
    @TheTimtimtimtam 3 หลายเดือนก่อน +4

    Thank you for this video, much appreciated

  • @vulcan4d
    @vulcan4d หลายเดือนก่อน +2

    Pretty cool content. Not exactly step by step but I guess there are older videos to watch to catch up :)

  • @mjherich
    @mjherich 3 หลายเดือนก่อน +1

    Excellent walkthrough of how to set this up 🙌

  • @aricoleman5802
    @aricoleman5802 3 หลายเดือนก่อน +1

    Great video. Would be awesome to see more like this and other models used if possible

  • @hineko_
    @hineko_ 2 หลายเดือนก่อน +2

    AiCodeKing sounds like the goth guy from the ITCrowd :))

  • @NormTurtle
    @NormTurtle 3 หลายเดือนก่อน

    this was the most easy and hands on explanation.

  • @garthh7314
    @garthh7314 2 หลายเดือนก่อน

    this worked! you're a legend!

  • @geepytee
    @geepytee 3 หลายเดือนก่อน +1

    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?

  • @dmitriipukhov3887
    @dmitriipukhov3887 3 หลายเดือนก่อน

    love this! thanks for sharing!

  • @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 :)

  • @shruh493
    @shruh493 3 หลายเดือนก่อน +1

    Groq API + Continue ❤

  • @fabrizio.dipietro
    @fabrizio.dipietro 3 หลายเดือนก่อน +10

    Hi, how much are you going to spend like that per month? Less than $10?

    • @AICodeKing
      @AICodeKing  3 หลายเดือนก่อน +12

      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 หลายเดือนก่อน +1

      @@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 หลายเดือนก่อน +2

      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!

  • @agush22
    @agush22 3 หลายเดือนก่อน +1

    cool, what OS are you running?

  • @tzardelasuerte
    @tzardelasuerte 3 หลายเดือนก่อน +2

    How about using Claude 3.5 sonnet with gpt pilot Pythagora?

  • @Miamisinhijos
    @Miamisinhijos 3 หลายเดือนก่อน +1

    Excellent: 10/10

  • @ernstmayer3868
    @ernstmayer3868 หลายเดือนก่อน +1

    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 หลายเดือนก่อน

      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  หลายเดือนก่อน

      Try restarting VS Code

    • @axelganter6405
      @axelganter6405 หลายเดือนก่อน

      its also not working for me :(

  • @jackflash6377
    @jackflash6377 3 หลายเดือนก่อน +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 หลายเดือนก่อน +4

      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?

  • @vitalis
    @vitalis 3 หลายเดือนก่อน +1

    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.

  • @Papibalada
    @Papibalada 3 หลายเดือนก่อน +1

    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 หลายเดือนก่อน +2

    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.

  • @TanushPrajwalS
    @TanushPrajwalS หลายเดือนก่อน

    is the limitations same as claude 3.5 pro version ??

  • @tobeyforsman
    @tobeyforsman 3 หลายเดือนก่อน

    Pretty cool

  • @AXYZE
    @AXYZE 3 หลายเดือนก่อน

    What would you say is better, Continue or Cursor?

    • @AICodeKing
      @AICodeKing  3 หลายเดือนก่อน

      I prefer contiue because it's free

  • @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 😅

  • @2TanishChavan
    @2TanishChavan 3 หลายเดือนก่อน +1

    Im not able to find the shell_gpt file you showed can you tell the location. Im using anaconda

    • @AICodeKing
      @AICodeKing  3 หลายเดือนก่อน +1

      It should be at ~/.config/shell_gpt/.sgptrc

  • @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!

  • @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.

  • @AnasQiblawi
    @AnasQiblawi 3 หลายเดือนก่อน

    Claude in programming is waaay much better than ChatGPT

  • @paulyflynn
    @paulyflynn 2 หลายเดือนก่อน

    I am using Jetbrains AI.

  • @johnrich7879
    @johnrich7879 3 หลายเดือนก่อน +1

    You have very nice voice

  • @uaer309
    @uaer309 3 หลายเดือนก่อน +2

    Github copilot is driving me nuts. It's sooo dumb.

  • @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?

  • @wznzgq1354
    @wznzgq1354 29 วันที่ผ่านมา

    how do i add it to nvim? thanks

    • @AICodeKing
      @AICodeKing  29 วันที่ผ่านมา +1

      checkout my Avante Nvim video.

    • @wznzgq1354
      @wznzgq1354 29 วันที่ผ่านมา

      @@AICodeKing will do, i just got claude api key and set up with shell_gpt, thought of using it in nvim too.

  • @369era33
    @369era33 2 หลายเดือนก่อน

    need support

  • @majukanumi9639
    @majukanumi9639 3 หลายเดือนก่อน

    really you are jumping from A to B...

  • @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?