Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -138,7 +138,7 @@ Conversation begins below:
|
|
| 138 |
const submission = llm_space.submit("/chat", {
|
| 139 |
system_prompt: SYSTEM_PROMPT,
|
| 140 |
message: `Caption: ${caption.data}\nCompliment: `,
|
| 141 |
-
max_new_tokens:
|
| 142 |
temperature: 0.7,
|
| 143 |
top_p: 0.95,
|
| 144 |
top_k: 50,
|
|
|
|
| 138 |
const submission = llm_space.submit("/chat", {
|
| 139 |
system_prompt: SYSTEM_PROMPT,
|
| 140 |
message: `Caption: ${caption.data}\nCompliment: `,
|
| 141 |
+
max_new_tokens: 256,
|
| 142 |
temperature: 0.7,
|
| 143 |
top_p: 0.95,
|
| 144 |
top_k: 50,
|