Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 711 Bytes

File metadata and controls

9 lines (5 loc) · 711 Bytes

Chatper 3 Application Development: Basics

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.

What's Next

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.