update llm stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-03 21:31:33 +00:00
parent dd70b4ba81
commit a09ee0ab73
3 changed files with 19 additions and 15 deletions

View file

@ -77,6 +77,10 @@ in
# OAUTH_UPDATE_PICTURE_ON_LOGIN = "True";
BYPASS_MODEL_ACCESS_CONTROL="True";
# Other settings
CHAT_STREAM_RESPONSE_CHUNK_MAX_BUFFER_SIZE="10485760";
REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE="True";
};
};
};