https://github.com/danmurf/autogen-studio-docker-compose
A quick way to get up and running with AutoGen Studio using Docker Compose.
https://github.com/danmurf/autogen-studio-docker-compose
Last synced: 5 months ago
JSON representation
A quick way to get up and running with AutoGen Studio using Docker Compose.
- Host: GitHub
- URL: https://github.com/danmurf/autogen-studio-docker-compose
- Owner: danmurf
- License: mit
- Created: 2024-01-27T10:11:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T10:06:19.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:13:00.963Z (about 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/danmurf/autogen-studio-docker-compose.git
```
2. Navigate to the project directory:
```bash
cd autogen-studio-docker-compose
```
3. Create the environment file `.env` by copying the example file:
```bash
make .env
```
Customize the generated `.env` file with your desired configuration, including your OpenAI API key.
4. Build and start the AutoGen Studio application using Docker Compose:
```bash
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.