Using Chainlit to interact with ChatGPT-4o
To set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/brylie/chainlit-chatgpt-4o.git cd chainlit-chatgpt-4o
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
chainlit run app.py -w
- Ensure you have Python 3.10 or higher installed.
- If you encounter any issues, feel free to open an discussion on GitHub.
These instructions should help you get started with the Chainlit George Fox project. Enjoy building and experimenting!