An open API service indexing awesome lists of open source software.

https://github.com/brylie/chainlit-chatgpt-4o

Building a simple Chainlit chatbot with GPT 4o LLM.
https://github.com/brylie/chainlit-chatgpt-4o

chainlit chainlitproject chat-application chatbot llm

Last synced: 6 months ago
JSON representation

Building a simple Chainlit chatbot with GPT 4o LLM.

Awesome Lists containing this project

README

          

# Chainlit ChatGPT 4o

Using Chainlit to interact with ChatGPT-4o

## Setup Instructions

To set up the project, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/brylie/chainlit-chatgpt-4o.git
cd chainlit-chatgpt-4o
```

2. **Create a virtual environment:**
```bash
python -m venv venv
```

3. **Activate the virtual environment:**
- On Windows:
```bash
venv\Scripts\activate
```
- On macOS and Linux:
```bash
source venv/bin/activate
```

4. **Install dependencies:**
```bash
pip install -r requirements.txt
```

5. **Run the application:**
```bash
chainlit run app.py -w
```

## Additional Information

- Ensure you have Python 3.10 or higher installed.
- If you encounter any issues, feel free to [open an discussion on GitHub](https://github.com/brylie/chainlit-george-fox/discussions).

These instructions should help you get started with the Chainlit George Fox project. Enjoy building and experimenting!