Skip to content

Commit eab9b05

Browse files
authored
Merge pull request #86 from eltociear/patch-1
Update README.md
2 parents a643543 + 14f91d9 commit eab9b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ python run.py \
111111
This script will run the first example with GPT-3.5 reasoning agent. The trajectory will be saved in `<your_result_dir>/0.html`
112112

113113
## Develop Your Prompt-based Agent
114-
1. Define the prompts. We provide two baseline agents whose correrponding prompts are listed [here](./agent/prompts/raw). Each prompt is a dictionary with the following keys:
114+
1. Define the prompts. We provide two baseline agents whose corresponding prompts are listed [here](./agent/prompts/raw). Each prompt is a dictionary with the following keys:
115115
```python
116116
prompt = {
117117
"intro": <The overall guideline which includes the task description, available action, hint and others>,

0 commit comments

Comments
 (0)