Skip to content

Commit

Permalink
adjust twitch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed May 9, 2024
1 parent bf2f895 commit fd994d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/twitch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CHAT_FORMAT=vicuna
MAX_TOKENS=800
TEMPERATURE=0.8
CONTEXT_SIZE=8000
QUANTIZED=1
QUANTIZED=0
KEEP_HISTORY=1
SD_MAX_LENGTH=50
## Pipeline Settings
Expand All @@ -40,7 +40,7 @@ NDI_TIMEOUT=600
TWITCH_MODEL=mistral
TWITCH_LLM_CONCURRENCY=1
TWITCH_CHAT_HISTORY=3
TWITCH_MAX_TOKENS_CHAT=120
TWITCH_MAX_TOKENS_CHAT=100
TWITCH_MAX_TOKENS_LLM=$MAX_TOKENS
## Stable Diffusion Settings
SD_TEXT_MIN=70
Expand Down

0 comments on commit fd994d9

Please sign in to comment.