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.
- Host: GitHub
- URL: https://github.com/brylie/chainlit-chatgpt-4o
- Owner: brylie
- License: mit
- Created: 2024-06-29T03:59:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T07:25:00.000Z (over 1 year ago)
- Last Synced: 2025-04-02T04:59:13.669Z (6 months ago)
- Topics: chainlit, chainlitproject, chat-application, chatbot, llm
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!