https://github.com/ashishpatel26/chainlit_tutorials
Chainlit_Tutorials
https://github.com/ashishpatel26/chainlit_tutorials
Last synced: 2 days ago
JSON representation
Chainlit_Tutorials
- Host: GitHub
- URL: https://github.com/ashishpatel26/chainlit_tutorials
- Owner: ashishpatel26
- Created: 2023-08-10T12:22:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T04:28:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T07:56:05.065Z (2 months ago)
- Language: Python
- Size: 1.12 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChainLit with LLMs
## Table of Contents
- [Outline](#about)
- [Projects](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)## Outline

### Installing
---
Don't forget to set `.env` file for OpenAI key
A step-by-step series of examples that tell you how to get a development env running.
Say what the step will be
```bash
pip install -r requirements.txt
```## Projects
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Installations
What things you need to install the software and how to install them.
```bash
pip install -r requirements.txt
```### Run
```bash
chainlit run Project1.py -w
chainlit run Project2.py -w
chainlit run Project3.py -w
chainlit run Project4.py -w
```