Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,7 @@ Always take the entire conversation into account when forming and writing a repl
|
|
45 |
# Recommended Settings
|
46 |
|
47 |
##### Defaults:
|
|
|
48 |
```
|
49 |
temperature: 0.77
|
50 |
top_p: 0.85
|
@@ -53,6 +54,7 @@ repetition_penalty: 1.2
|
|
53 |
```
|
54 |
|
55 |
##### Better context but a little more repetitive in some cases:
|
|
|
56 |
```
|
57 |
temperature: 0.8
|
58 |
top_p: 0.85
|
|
|
45 |
# Recommended Settings
|
46 |
|
47 |
##### Defaults:
|
48 |
+
|
49 |
```
|
50 |
temperature: 0.77
|
51 |
top_p: 0.85
|
|
|
54 |
```
|
55 |
|
56 |
##### Better context but a little more repetitive in some cases:
|
57 |
+
|
58 |
```
|
59 |
temperature: 0.8
|
60 |
top_p: 0.85
|