LablabAutogen
LablabAutogen copied to clipboard
A generalist agent that can go online and accomplish complex tasks using semantic-kernel and autogen.
title: GeneralistAutogenAgent emoji: 🌍 colorFrom: gray colorTo: red sdk: gradio sdk_version: 4.0.2 app_file: app.py pinned: false license: mit
Use and Install on the Command Line
git clone https://github.com/Josephrp/LablabAutogen.git
```bash
cd LablabAutogen
nano app.py
edit line 17 " "openai_api_key": "YOUR_KEY_HERE", # OpenAI API Key with your key
then press:
control + x
Write :
Y
to save then type :
pip install -r requirements.txt
and finally :
python app.py
to run.