SSK-DNB commited on
Commit
ce93872
·
verified ·
1 Parent(s): 5b17c29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,6 +92,6 @@ output = llm(
92
  min_p=0,
93
  repeat_penalty=1.0,
94
  typical_p=1.0
95
- )
96
  print(output['choices'][0]["text"])
97
  ```
 
92
  min_p=0,
93
  repeat_penalty=1.0,
94
  typical_p=1.0
95
+ )
96
  print(output['choices'][0]["text"])
97
  ```