mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 00:11:12 +10:00
sync
This commit is contained in:
Submodule apps/server/src/ee updated: 714a0484c5...dc1f3e8c78
@ -229,8 +229,11 @@ export class EnvironmentService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
getOpenAiModel(): string {
|
getOpenAiCompletionModel(): string {
|
||||||
return this.configService.get<string>('OPENAI_MODEL');
|
return this.configService.get<string>(
|
||||||
|
'OPENAI_COMPLETION_MODEL',
|
||||||
|
'gpt-4o-mini',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
isAIEnabled(): string {
|
isAIEnabled(): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user