server : fix default grammar by use empty string in the UI (#2604)
This commit is contained in:
parent
5517d6e692
commit
2feb8934eb
2 changed files with 924 additions and 924 deletions
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue