Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 681 Bytes

AutoGen Studio Quickstart

Prerequisites

Initial Configuration

  • In the project folder, open the .env file (files with leading dots are hidden by default) and add your OpenAI API key

Startup

  • Start Docker Desktop
  • Right click on project folder and select Services > New Terminal at Folder
  • In the terminal, run the following command docker compose up -d --build

Usage

  • Open the following address in your browser http://localhost:8081/

Shutdown

  • In the terminal, run the following command docker compose down
  • Shutdown Docker Desktop