mirror of
https://github.com/internetee/registry.git
synced 2025-08-16 14:33:55 +02:00
Added additional prompt setting
This commit is contained in:
parent
67a9a2ac45
commit
5b6888eb43
9 changed files with 176 additions and 159 deletions
|
@ -96,7 +96,8 @@ module Admin
|
|||
background_color: params[:background_color].presence || 'white',
|
||||
min_word_length: params[:min_word_length].presence || 2,
|
||||
include_numbers: params[:include_numbers] == '1',
|
||||
batch_size: params[:batch_size].presence || 500
|
||||
batch_size: params[:batch_size].presence || 500,
|
||||
additional_prompt: params[:additional_prompt].presence || nil
|
||||
}
|
||||
|
||||
# Process additional stopwords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue