Skip to content

Commit

Permalink
Minor fixes after 0360f54
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Feb 3, 2025
1 parent 6724d2b commit edbe0af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion extensions/openai/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
1 change: 1 addition & 0 deletions settings-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edbe0af

Please sign in to comment.