Update README.md
Browse files
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 |
```
|