0:01
Uh hello guys welcome to this live
0:03
stream. So in this live stream I will
0:04
show you a opensource alternative to
0:08
claude gemini and cursor. Uh inside VS
0:10
code we have this AI code assistant
0:13
which is called as continue. This is
0:16
their official website continue.dev.
0:19
So if you go to the browser simply type
0:21
this address and this is their official
0:23
page and uh you can basically install
0:26
this inside your VS code or Jet Brains
0:31
CLI also it offers a CLI as well. So you
0:36
can basically install them inside your
0:38
terminal section and also interact with
0:41
coding your application. So this is the
0:43
command you should have NodeJS
0:44
installed. You simply copy this command
0:48
and execute it inside your terminal
0:51
or you can also install its extension
0:54
inside VS code. So go to the extensions
0:56
tab. Simply search for continue. It's a
1:00
very popular extension and uh this
1:03
extension will come is completely open
1:05
source as you can see AI coding agent
1:09
and uh it's almost got almost 1 million
1:12
installs. So you simply click the
1:14
install button. So after installing it
1:17
uh it will have all the capabilities
1:19
such as claude GPT. It will have the
1:22
autocomplete suggestions such as GitHub
1:25
copilot and also it will be able to
1:27
generate code. So once it is installed
1:29
it will be there right here. Continue.
1:32
It will simply select that activate
1:35
this. So right here you will have this
1:37
chat prompt section appearing. So it
1:40
will be available for you. So here you
1:43
can attach any sort of file here.
1:46
You can select the model here what sort
1:48
of model you want to use. You can add
1:50
your own model as well. So right here
1:53
select the provider paste your API key
1:57
and uh if you are using anthropic you
2:00
can paste your API key and simply
2:04
And uh if you have an open-source model
2:07
downloaded from Olama you can even do
2:10
that as well. So it's has support for
2:17
So you can even use open-source models
2:36
So this is and also basically uh it has
2:39
the autocomp completion support as well.
2:41
So as you write the code here, it will
2:44
suggest you suggestions.
3:03
So it also has the support for autocomp
3:06
completion as well. So right here you
3:12
basically select a model right here.
3:16
So you click on add and here you
3:20
basically connect. It's very simple. Uh
3:25
if you do have the API key you can do
3:28
that. It's completely free and
3:44
if the model is completely free then you
3:46
can in this case deepseeek you can get
3:50
an API key if you don't want to purchase
3:57
so this is the API key section. So I
4:16
So once it is connected you will see uh
4:19
it is connected to deepseek. I pasted
4:21
the API key and now it basically created
4:25
this uh config.yml file uh which shows
4:30
uh stores your API key everything.
4:33
So I will delete this API. So don't copy
4:35
my API key. So right here you can ask
4:37
any question build a image to PDF
4:45
in browser and here you can attach
4:50
any file here at the rate
4:53
and then send out this request. So now
5:08
So you just need to be enrolled in a
5:11
subscription based plan to get the API
5:13
key. So I am not using any subscription
5:15
plan. So that's why uh my API key was
5:18
disabled. So you can basically get any
5:20
API key if you purchase the
5:23
subscription. You just need to write
5:25
here paste. Select your provider and
5:27
simply paste. So definitely check out
5:31
this AI coding assistant for VS Code.