Add a grammar editor to the UI (#4061)

This commit is contained in:
oobabooga 2023-09-24 18:05:24 -03:00 committed by GitHub
parent 08c4fb12ae
commit 08cf150c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 75 additions and 62 deletions

View file

@ -38,7 +38,7 @@ def run(prompt):
'mirostat_mode': 0,
'mirostat_tau': 5,
'mirostat_eta': 0.1,
'grammar_file': '',
'grammar_string': '',
'guidance_scale': 1,
'negative_prompt': '',