I think your channel is an eye-opener for a no-code environment, especially for people who want to learn about AI tools with minimal costs
@ajaziqbal156826 күн бұрын
Thank you so much AI King. I open my eyes in the morning, and first thing, watch your new and exciting video. Keep up your good work.
@wasimdorboz26 күн бұрын
always up for new things
@sinapxiagency24 күн бұрын
I had always wanted to get started in the world of programming but I felt that the starting barriers were really high both due to complexity and the dynamism with which things change. Your channel has helped me create my own application with videos like these, thank you for your continuous and daily service.
@mal-avcisi978326 күн бұрын
This is insane man, thank you very much.
@aryindra293126 күн бұрын
Love you from Indonesian: GMT +7, 19:00
@racerguyf126 күн бұрын
But nothing beats Claude 3.5 Sonnet🏹
@olesgamingkanal34323 күн бұрын
for sho but this one is crazy expensive like 15 bucks for 20 minutes of coding with cline through openrouter
@OllieNCS26 күн бұрын
2:08 These are probably the rate limits you get with Claude, even if you are paying!!! 😂😂😂
@Butterflyjh7726 күн бұрын
WOW! Thanks 😊😊👍👍
@luckyalade417126 күн бұрын
Thanks a lot!
@다루루24 күн бұрын
Gooooood!!
@ShubzGhuman26 күн бұрын
always waiting for new things
@VietVuHunzter21 күн бұрын
This is helpful, thanks. Subcribed.
@zangarkhan26 күн бұрын
My kid love your into :)
@MoawiaAlmardoud23 күн бұрын
Thanks for sharing. Based on your experience, which free model is the best so far?
@go0ot25 күн бұрын
Do Ghostly. Also do agents: mistral or anything else that does free agents
@SiliconSouthShow26 күн бұрын
Well done..
@patrikwalterpersson236425 күн бұрын
Thanks!
@MrTachy0n25 күн бұрын
Sorry new to GitHub Copilot and this models angle but I'm curious because copilot advertises you have unlimited model usage and now they've added multiple models but then there's this whole separate GitHub models pricing thing which is confusing because that seems to contradict what the meaning of unlimited is, but is that the nuance that you start this video out with?
@AICodeKing25 күн бұрын
Github Copilot is a seperate product and Models is a seperate product. Copilot gives you access to the models inside Copilot unlimited for free while this models thing is a seperate thing all together (you may get additional benefits in Github models if you're a copilot user.)
@HashBrownSpice24 күн бұрын
Just easier to use GitHub copilot unlimited than complex setups
@davidhardy307426 күн бұрын
BUBBB BAA DUBBB DUB BUBB BAA DUBB DUBB BUBB BAA DUB DUB DUBBBBB This is my rendition of the intro music. This format is about as adictive as tv programs as a child.
26 күн бұрын
Thanks bro
@wasimdorboz26 күн бұрын
thank youuuuuuuuuuuuuuuuuuuuuuuuu
@calmsimon26 күн бұрын
Bro you dropping that fire daily - bless. Just spent like 20 on testing yesterday.. this will save me
@techfren26 күн бұрын
never thought id see calm simon on a codeking vid
@hitmusicworldwide26 күн бұрын
Bless up
@phattrantan879611 күн бұрын
The duration of free services
@mohammadnuraabideen879426 күн бұрын
You must be from Sydney
@dmitryisakov321521 күн бұрын
Sounds great but doesnt work in Win11. Maybe there should be some special setup for Token in GitHub but this part is missing in the video.
@AICodeKing21 күн бұрын
Instead of the export command use the "setx" command
@dmitryisakov321521 күн бұрын
@@AICodeKing thx, I know the difference between Win and Linux on setting evironment vars. Of course I use setx. The error Im getting when using Cline is: The api_key client option must be set either by passing api_key to the client or by setting the GITHUB_API_KEY environment variable
@sillybilly34616 күн бұрын
@@dmitryisakov3215same here, were you able to fix?
@dmitryisakov321516 күн бұрын
@@sillybilly346 no (((
@flutterflowexpert26 күн бұрын
I want to build a bot that will answer questions in a community. I will try that as I don't want to pay money as it will be a hobby project. Thank you!
@AdminOne-hj4dt26 күн бұрын
wow
@YoussefElBouchrify26 күн бұрын
hi
@amerrashed628725 күн бұрын
I don't know why github copilot not integrating free tier with those free models, especially after major recent enhancement of the copilot.
@comosaycomosah25 күн бұрын
Can use this with github cli in terminal its baller
@HashBrownSpice24 күн бұрын
What do you mean?
@YoussefElBouchrify26 күн бұрын
hi , how can we connect for a paid collab
@AICodeKing25 күн бұрын
You can contact me on discord: @aicodeking
@mosabsh51126 күн бұрын
is it possible to use with cursor ai ?
@adamholter188426 күн бұрын
First
@alex_great2326 күн бұрын
Cloud 3.5 doesn't give trial access anywhere?
@AICodeKing26 күн бұрын
They give 5$ free credit but it can get exhausted and doesn't get re-populated daily like this one does. This one is much more reliable.
@Schyhol25 күн бұрын
How to?@@AICodeKing
@Athspi26 күн бұрын
How to do thet in idx
@ecoBag-77726 күн бұрын
my litellm is always saying: 500 litellm.AuthenticationError: AuthenticationError: GithubException - The api_key client option must be set either by passing api_key to the client or by setting the GITHUB_API_KEY environment variable. even though i followed your video. :(
@BACA0126 күн бұрын
if you are on windows before launching litellm use command "set" instead of "export" in the same terminal instance to store the api key in environmental variable. You'll have to make it each time you launch litellm or set it manually in environmental variables through windows setting to store it permanently
@ecoBag-77725 күн бұрын
@BACA01 nevermind, i already fixed it, need to install open ai package via node and need to do $Env:GITHUB_KEY:your-githubModel-key
@ppbroAI25 күн бұрын
Try with a config.yaml and the azure url. It worked for me
@dmitryisakov321522 күн бұрын
I have the same issue. I successfully setup GITHUB_API_KEY in my Windows PowerShell using setx. But this is not working (((