Missed your videos! Please don't stop - your coding is truly unconventional but I think it's the best stuff on youtube right now and you're my favourite coding channel
Incidentally - if you haven't already recorded the follow up's - using the open source models via 'AnyScale' is really easy as their API is a drop-in for openai's - so you just change the base url parameter and you're good to go!
@@Leeway4434 optional static typing which does not solve any issues because most libraries you will use don't implement it. Also you can't even change code while debugging or move execution to a different line, which makes testing so difficult. Even compiled languages can do this, yet python, even though it's interpreted, cannot.
Missed your videos! Please don't stop - your coding is truly unconventional but I think it's the best stuff on youtube right now and you're my favourite coding channel
I agree!!! I have missed it, too!
Thank you!
I can see the merchandise store now with t-shirts and mugs saying "Let's run this one last time!" :-)
😂
Incidentally - if you haven't already recorded the follow up's - using the open source models via 'AnyScale' is really easy as their API is a drop-in for openai's - so you just change the base url parameter and you're good to go!
I haven't, thanks! I'll try it out
Can we use gemini pro as they also have the function calling. If you could make a tutorial for that. OR a guide will be helpful
I tested out Gemini function calling earlier and it wasn't very promising. Maybe I'll try it once more with the GPT-AutoPilot prompts
Python actually has runtime type checking, typescript it's just a nice linter.
😇
please keep using typescript!!
python isn't low class some of the highest paid engineers in the world at open ai use python
btw python has optional static typing and linting with mypy
@@Leeway4434 optional static typing which does not solve any issues because most libraries you will use don't implement it. Also you can't even change code while debugging or move execution to a different line, which makes testing so difficult. Even compiled languages can do this, yet python, even though it's interpreted, cannot.
this is perfect.