Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
femto committed Aug 30, 2024
1 parent 4536a02 commit 63df98a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ print(obs)

### Installation

Minion current depends on metagpt to call llm and response format parsing, please follow metagpt's installation
guide of [setup metagpt](https://github.com/geekan/MetaGPT#get-started), basically it's
Minion current depends on metagpt to call llm and response format parsing, so the code resides together
```
git clone https://github.com/femto/minion.git && cd minion && pip install -r requirements.txt
cp config/config2.yaml ~/.metagpt/config2.yaml
Expand Down
1 change: 0 additions & 1 deletion metagpt/minion/rpyc_python_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def get_reward_mbpp(self):
self.info = {}

# Get function from `submit` action
# TODO: Assert that function name is given upon `submit` action
last_action = self.trajectory[-1][0]
func_name = last_action.split(" ")[1]

Expand Down

0 comments on commit 63df98a

Please sign in to comment.