Update README.md
Browse files
README.md
CHANGED
@@ -72,8 +72,7 @@ import openvino_genai as ov_genai
|
|
72 |
|
73 |
device = "CPU"
|
74 |
pipe = ov_genai.LLMPipeline(model_path, device)
|
75 |
-
print(pipe.generate("
|
76 |
-
```
|
77 |
|
78 |
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)
|
79 |
|
|
|
72 |
|
73 |
device = "CPU"
|
74 |
pipe = ov_genai.LLMPipeline(model_path, device)
|
75 |
+
print(pipe.generate("def print_hello_world():"))
|
|
|
76 |
|
77 |
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)
|
78 |
|