step 1.
pip install --upgrade metagpt
step 2.
metagpt --init-config
step 3.
modify your own config.yaml as follow with your openai_key
llm:
api_type: "openai"
api_version: "2024-02-15-preview"
base_url: "your_url"
api_key: 'your_key'
model: "openai"
step 1. cd ./MetaGPT-main/examples/clinic
step 2. python SurgBox.py
If you use our code or paper in your work, please cite our paper.
@inproceedings{wu2024surgbox,
title={SurgBox: Agent-Driven Operating Room Sandbox with Surgery Copilot},
author={Wu, Jinlin and Liang, Xusheng and Bai, Xuexue and Chen, Zhen},
booktitle={IEEE International Conference on Big Data (IEEE BigData)},
year={2024}
}