katuni4ka commited on
Commit
c1cc714
1 Parent(s): cca1ee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ import openvino_genai as ov_genai
82
 
83
  device = "CPU"
84
  pipe = ov_genai.LLMPipeline(model_path, device)
85
- print(pipe.generate("What is OpenVINO?"))
86
  ```
87
 
88
  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)
 
82
 
83
  device = "CPU"
84
  pipe = ov_genai.LLMPipeline(model_path, device)
85
+ print(pipe.generate("What is OpenVINO?", max_length=200))
86
  ```
87
 
88
  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)