Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ hf_hub.snapshot_download(draft_model_id, local_dir=draft_model_path)
|
|
| 55 |
```python
|
| 56 |
import openvino_genai
|
| 57 |
|
| 58 |
-
prompt = "Best vacation places in Ireland?"
|
| 59 |
|
| 60 |
config = openvino_genai.GenerationConfig()
|
| 61 |
config.num_assistant_tokens = 3
|
|
|
|
| 55 |
```python
|
| 56 |
import openvino_genai
|
| 57 |
|
| 58 |
+
prompt = "Best vacation places in Ireland?"
|
| 59 |
|
| 60 |
config = openvino_genai.GenerationConfig()
|
| 61 |
config.num_assistant_tokens = 3
|