Skip to content

Commit 1a55e64

Browse files
committed
enable chat endpoint by defalut
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent e1ffaba commit 1a55e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/OpenAiSettingsService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getQuotas(): array {
198198
* @return boolean
199199
*/
200200
public function getChatEndpointEnabled(): bool {
201-
return $this->appConfig->getValueString(Application::APP_ID, 'chat_endpoint_enabled', '0') === '1';
201+
return $this->appConfig->getValueString(Application::APP_ID, 'chat_endpoint_enabled', '1') === '1';
202202
}
203203

204204
/**

0 commit comments

Comments
 (0)