/chainlit-chatgpt-4o

Building a simple Chainlit chatbot with GPT 4o LLM.

Primary LanguagePythonMIT LicenseMIT

Chainlit ChatGPT 4o

Using Chainlit to interact with ChatGPT-4o

Setup Instructions

To set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/brylie/chainlit-chatgpt-4o.git
    cd chainlit-chatgpt-4o
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS and Linux:
      source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt
  5. Run the application:

    chainlit run app.py -w 

Additional Information

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