Update README.md
Browse files
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.
|
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)
|