pip install pyautogen chainlit
This project is a demo of multimodal embodied AI with AutoGen.
- Create a
.env
file as LLM config (using.env.sample
as an example) - Change
base_url
in.env
file to your LLM API url. By default, you should usehttp://127.0.0.1:8001/v1
. - Launch our multimodal model in an OpenAI API service by
python openai_api.py
- Launch Chainlit web UI to start your conversations
chainlit run embodied_ai.py