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