amokrov commited on
Commit
e817766
·
verified ·
1 Parent(s): 3f2d9a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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