KevinQHLin
commited on
Update README.md
Browse files
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 = [
|