Spaces:
Runtime error
Runtime error
metadata
title: Autogen Demos
emoji: 🌖
colorFrom: pink
colorTo: blue
sdk: gradio
sdk_version: 3.47.1
app_file: app.py
pinned: false
license: mit
Microsoft AutoGen: Retrieve Chat Demo
This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
GitHub Discord Docs Paper
LLM configure file should contain OpenAI, Azure OpenAI or other openai compatible models, for example:
[
{
"engine": "gpt-35-turbo",
"model": "gpt-3.5-turbo",
"api_base": "https://xxx.openai.azure.com",
"api_type": "azure",
"api_version": "2023-05-15",
"api_key": "xxx",
}
]