mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-08-31 01:43:02 +08:00
add pip streamlit README.md
This commit is contained in:
@@ -130,9 +130,15 @@ python -m examples.spo.optimize --help
|
||||
|
||||
#### Option 3: Streamlit Web Interface
|
||||
|
||||
For a more user-friendly experience, you can use the Streamlit web interface to configure and run the optimizer:
|
||||
For a more user-friendly experience, you can use the Streamlit web interface to configure and run the optimizer.
|
||||
|
||||
First, install Streamlit:
|
||||
```bash
|
||||
pip install "streamlit~=1.42.0"
|
||||
```
|
||||
|
||||
Then run the web interface:
|
||||
```bash
|
||||
python -m streamlit run metagpt/ext/spo/app.py
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user