From edbe0af64797b271ac866d3084b006522ff9c5e1 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 2 Feb 2025 17:04:56 -0800 Subject: [PATCH] Minor fixes after 0360f54ae8db04e7491a44107fae0bff04473db3 --- extensions/openai/typing.py | 1 - settings-template.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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