XanderJC commited on
Commit
19e573e
·
1 Parent(s): 03b3e12
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -185,7 +185,7 @@ This would then build up the message history, alternating between the assistant
185
 
186
  > **Context-Window Management:** When making calls to the model, all the observations other than the current one are discarded in order to reduce the large number of image tokens required. Since the model responses include reflection on the observations and are all included in the message history, the model is still aware of the entire history when planning new actions.
187
 
188
- The chat template will format this automatically. You should also pass the `Tools` that the model has access to, these will define the action space available to the model. You can do this with `transformers`:
189
 
190
  ```python
191
  from qwen_vl_utils import process_vision_info
 
185
 
186
  > **Context-Window Management:** When making calls to the model, all the observations other than the current one are discarded in order to reduce the large number of image tokens required. Since the model responses include reflection on the observations and are all included in the message history, the model is still aware of the entire history when planning new actions.
187
 
188
+ You should also pass the `Tools` that the model has access to, these will define the action space available to the model. You can do this with `transformers`:
189
 
190
  ```python
191
  from qwen_vl_utils import process_vision_info