XanderJC commited on
Commit
188c6bc
·
1 Parent(s): b6ebf42
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -227,9 +227,9 @@ response = client.chat.completions.create(
227
  ```
228
 
229
  The model's response will follow the format of:
230
- - observe
231
- - think
232
- - act
233
  ```bash
234
  <observation>The privacy consent banner has been successfully dismissed, allowing full access to the webpage. The search bar is visible, and the page is ready for interaction.</observation>
235
  <thinking>The task of finding a vegetarian lasagna recipe has not yet been completed. I now have access to the search bar to begin searching for the recipe. I will type 'vegetarian lasagna' into the search bar and then click the search button to find relevant recipes.</thinking>
 
227
  ```
228
 
229
  The model's response will follow the format of:
230
+ - Observe
231
+ - Think
232
+ - Act
233
  ```bash
234
  <observation>The privacy consent banner has been successfully dismissed, allowing full access to the webpage. The search bar is visible, and the page is ready for interaction.</observation>
235
  <thinking>The task of finding a vegetarian lasagna recipe has not yet been completed. I now have access to the search bar to begin searching for the recipe. I will type 'vegetarian lasagna' into the search bar and then click the search button to find relevant recipes.</thinking>