server : fix default grammar by use empty string in the UI (#2604)

This commit is contained in:
Jhen-Jie Hong 2023-08-14 16:20:17 +08:00 committed by GitHub
parent 5517d6e692
commit 2feb8934eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)