server : default grammar to empty string in the UI

This commit is contained in:
jhen 2023-08-14 15:28:17 +08:00
parent 5517d6e692
commit d2dd8eb1d1
2 changed files with 924 additions and 924 deletions

File diff suppressed because it is too large Load diff

View file

@ -167,7 +167,7 @@
mirostat: 0, // 0/1/2
mirostat_tau: 5, // target entropy
mirostat_eta: 0.1, // learning rate
grammar: null,
grammar: '',
})
const llamaStats = signal(null)