diff --git a/extensions/openai/typing.py b/extensions/openai/typing.py index 288205a5..5f0e0128 100644 --- a/extensions/openai/typing.py +++ b/extensions/openai/typing.py @@ -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 = "" diff --git a/settings-template.yaml b/settings-template.yaml index 93a64abb..74935a60 100644 --- a/settings-template.yaml +++ b/settings-template.yaml @@ -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