File size: 492 Bytes
746d2f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Build LLM apps
slug: /develop/tutorials/llms
---

# Build LLM apps

<TileContainer layout="list">

<RefCard href="/develop/tutorials/llms/build-conversational-apps">

<h5>Build a basic chat app</h5>

Build a simple OpenAI chat app to get started with Streamlit's chat elements.

</RefCard>

<RefCard href="/develop/tutorials/llms/llm-quickstart">

<h5>Build an LLM app using LangChain</h5>

Build a chat app using the LangChain framework with OpenAI.

</RefCard>

</TileContainer>