KevinQHLin commited on
Commit
7ad61dd
·
verified ·
1 Parent(s): cae0165

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -144,7 +144,7 @@ action_map = {
144
  ```python
145
  img_url = 'examples/chrome.png'
146
  split='web'
147
- system_prompt = _NAV_SYSTEM.format(_APP=split, _ACTION_SPACE=action_map[split])
148
  query = "Search the weather for the New York city."
149
 
150
  messages = [
 
144
  ```python
145
  img_url = 'examples/chrome.png'
146
  split='web'
147
+ system_prompt = _NAV_SYSTEM.format(_APP=split, _ACTION_SPACE=action_map[split]) + _NAV_FORMAT
148
  query = "Search the weather for the New York city."
149
 
150
  messages = [