Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/b4ddee81f74d8f4b8b18d36f045a088ff4cf0b87?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

welcome message off by default

Kaveen Kumarasinghe 2 years ago
parent c29103acfc
commit b4ddee81f7

@ -133,7 +133,7 @@ class Model:
self._summarize_conversations = True self._summarize_conversations = True
self._summarize_threshold = 3000 self._summarize_threshold = 3000
self.model_max_tokens = 4024 self.model_max_tokens = 4024
self._welcome_message_enabled = True self._welcome_message_enabled = False
self._num_static_conversation_items = 10 self._num_static_conversation_items = 10
self._num_conversation_lookback = 5 self._num_conversation_lookback = 5

Loading…
Cancel
Save