This chapter will get you started quickly with BigDL-LLM, and you'll learn how to build your very first LLM application.
The accompanying notebook 3_BasicApp.ipynb in this chapter introduces some essential APIs of BigDL-LLM and walks you through the process of building a basic chat application.
In Chapter 4: Chinese Support You will learn how to use models with Chinese support for application development. In Chapter 5: Application Development: Intermediate, you will learn some sophisticated skills to build a better chatbot and how to do speech recognition.