Exploring using Apple’s Foundation Model in your own apps
We are going to explore using Apple's Foundation Model, which is essentially their on device LLM in our own apps. We hit the high points such as: Unstructured responses Structured responses that use our custom data structures Adding an external tool that augments its knowledge with our own database, etc. Apple's description: The Foundation Models […]