Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assistant Usage Guide

This assistant is built following the guidelines provided in this tutorial. The following steps will guide you through setting up and running the assistant on your local machine.

Getting Started

  1. Clone the Repository Begin by cloning the repository to your local machine. Use the following command in your terminal:

    git clone https://github.com/insourcedata/assistant.git
  2. Navigate to the Repository Change your current working directory to the root of the cloned repository:

    cd assistant
  3. Install Dependencies Install the required Python dependencies listed in the requirements.txt file:

    pip install -r requirements.txt
  4. Environment Setup Create a .env file in the root directory of the project. This file should contain your OpenAI API key:

    OPENAI_API_KEY=your_api_key_here
  5. Run the Application Start the assistant by running the main.py script:

    python main.py
  6. python main.py Once the application is running, you can interact with the assistant by navigating to the following URL in your web browser:

    http://localhost:8000/assistant/playground/

Releases

Packages

Used by

Contributors

Languages