Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoGen Studio with Docker Compose

Overview

This README provides instructions for installing, configuring, and managing the AutoGen Studio application using Docker Compose. For more information about AutoGen Studio, visit: https://microsoft.github.io/autogen/blog/2023/12/01/AutoGenStudio/

Prerequisites

Make sure you have the following:

  • Docker
  • Docker Compose
  • An OpenAI API Key.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/danmurf/autogen-studio-docker-compose.git
  1. Navigate to the project directory:
cd autogen-studio-docker-compose
  1. Create the environment file .env by copying the example file:
make .env

Customize the generated .env file with your desired configuration, including your OpenAI API key.

  1. Build and start the AutoGen Studio application using Docker Compose:
docker-compose up

Important Note

Please be mindful of your OpenAI (or any other provider) API key usage when using AutoGen Studio. Excessive API usage may result in high charges. By using this application, you acknowledge and accept responsibility for monitoring and controlling your API usage.

About

A quick way to get up and running with AutoGen Studio using Docker Compose.

Resources

Stars

14 stars

Watchers

1 watching

Forks

Contributors

Languages