Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

In this lesson, you’ve learned how to use Apple Foundation Models inside your apps. You developed a simple chat app that allows users to enter prompts and then display the corresponding responses. While a chat app isn’t the most practical production use case, it serves as a great learning tool. The app you’ve developed provides a good platform for exploring the strengths and weaknesses of the model.

Now that you’ve learned how to use Foundation Models, you’ll look at why to use them in the next lesson, the best approaches for Foundation Models, and learn some ways to tune model responses.

See forum comments
Download course materials from Github
Previous: Streaming Model Responses Next: Introduction