add 'stream' to dreamgen fields

This commit is contained in:
DreamGenX 2024-03-08 09:07:26 +01:00
parent 0985bb0507
commit c9c0f238a9
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ const DREAMGEN_KEYS = [
'frequency_penalty',
'presence_penalty',
'stop',
'stream',
'minimum_message_content_tokens'
];