Giter Club home page Giter Club logo

autogen-studio-docker-compose's Introduction

AutoGen Studio with Docker Compose

GitHub Actions Workflow Status Image Version

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/

This is a fork of of Dan Murfitt's repo https://github.com/danmurf/autogen-studio-docker-compose

Prerequisites

Make sure you have the following:

  • Docker
  • Docker Compose
  • An OpenAI API Key.

Installation

Using Docker run

  1. Run this docker compose run commmand, replacing the OPEN_API_KEY with your own.
docker run -d \                                                     
  --name autogenstudio \
  -p 8081:8081 \
  -e OPENAI_API_KEY=$OPENAI_API_KEY \
  --restart unless-stopped \
  ghcr.io/matthewglenn/autogen-studio-docker-compose:latest

Using Docker Compose

  1. Use this docker compose file, replacing the OPEN_API_KEY with your own or using a value in the an .env file.
version: "3"
services:
  autogenstudio:
    container_name: autogenstudio
    image: ghcr.io/matthewglenn/autogen-studio-docker-compose:latest
    ports:
      - 8081:8081
    environment:
      - OPENAI_API_KEY=$OPENAI_API_KEY
    restart: unless-stopped
  1. Build and start the AutoGen Studio application using Docker Compose:
docker-compose up

Accessing the container

Access Autogen Studio using http://localhost:8081

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.

autogen-studio-docker-compose's People

Contributors

matthewglenn avatar danmurf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.