Spaces:
Sleeping
Sleeping
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> | |