Minor fixes after 0360f54ae8

This commit is contained in:
oobabooga 2025-02-02 17:04:56 -08:00
parent 6724d2bfa4
commit edbe0af647
2 changed files with 1 additions and 1 deletions

View file

@ -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 = ""

View file

@ -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