katuni4ka commited on
Commit
cf6a537
·
verified ·
1 Parent(s): d2e787d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -137,7 +137,7 @@ def streamer(subword: str) -> bool:
137
 
138
  pipe.start_chat()
139
  output = pipe.generate(prompt, image=image_tensor, max_new_tokens=100, streamer=streamer)
140
- pipe.start_chat()
141
  ```
142
 
143
  More GenAI usage examples can be found in OpenVINO GenAI library [docs](https://github.com/openvinotoolkit/openvino.genai/blob/master/src/README.md) and [samples](https://github.com/openvinotoolkit/openvino.genai?tab=readme-ov-file#openvino-genai-samples)
 
137
 
138
  pipe.start_chat()
139
  output = pipe.generate(prompt, image=image_tensor, max_new_tokens=100, streamer=streamer)
140
+ pipe.finish_chat()
141
  ```
142
 
143
  More GenAI usage examples can be found in OpenVINO GenAI library [docs](https://github.com/openvinotoolkit/openvino.genai/blob/master/src/README.md) and [samples](https://github.com/openvinotoolkit/openvino.genai?tab=readme-ov-file#openvino-genai-samples)