fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.67k stars 137 forks source link

OpenAI’s 0613 updates seems awesome #22

Closed fiatrete closed 5 months ago

fiatrete commented 1 year ago

OpenAI just pushed out their 0613 updates, now rocking support for 'functions'. This is huge! It's going to make the Agent's call to functional modules much easier and make the function calls more stable. I'm stoked about this and can't wait to revamp Jarvis's code using this new 'functions' style. Hang tight, I should have this ready for you in a couple of days.

The AI community is moving really fast. Just when I thought I could take a breather and get my head around the AI OS architecture, this thrilling update comes out of nowhere. And this update coincides with my understanding of the separation of intelligence and computing. I believe the open source LLM community will quickly catch up with support for functions, even whipping out specialized models optimized just for functions.

DiligentCatCat commented 1 year ago

Yeah, I have simply tested it, the new function API is great! It's result is much more stable.

We can employ this API for current implementation, I think this makes sense.

maxwilliamdev commented 1 year ago

This is a very important feature, it provides better instruction-level operation for LLM. Machines need to collaborate with each other, and the LLM update is a middleman between machine and human.

Synthintel0 commented 1 year ago

Can't wait the new version!!!

fiatrete commented 1 year ago

The code is out! Feel free to checkout and have fun with it!

Anon2578 commented 1 year ago

Do you guys have a discord for this project ?