mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-23 09:00:39 +01:00
Minor fixes after 0360f54ae8
This commit is contained in:
parent
6724d2bfa4
commit
edbe0af647
|
|
@ -47,7 +47,6 @@ class GenerationOptions(BaseModel):
|
|||
seed: int = -1
|
||||
sampler_priority: List[str] | str | None = Field(default=None, description="List of samplers where the first items will appear first in the stack. Example: [\"top_k\", \"temperature\", \"top_p\"].")
|
||||
custom_token_bans: str = ""
|
||||
show_after: str = ""
|
||||
negative_prompt: str = ''
|
||||
dry_sequence_breakers: str = '"\\n", ":", "\\"", "*"'
|
||||
grammar_string: str = ""
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ truncation_length: 2048
|
|||
seed: -1
|
||||
custom_stopping_strings: ''
|
||||
custom_token_bans: ''
|
||||
show_after: ''
|
||||
negative_prompt: ''
|
||||
autoload_model: false
|
||||
dark_theme: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue