fix: remove duplicate fields
Some checks are pending
Deploy API Server / build-and-deploy (push) Has started running
Some checks are pending
Deploy API Server / build-and-deploy (push) Has started running
This commit is contained in:
parent
9501231148
commit
22f6668077
@ -4,8 +4,6 @@ import type { AiProvider, AiGenerateInput, AiGenerateOutput } from './ai-provide
|
||||
|
||||
@Injectable()
|
||||
export class DeepSeekProvider implements AiProvider {
|
||||
private baseUrl = process.env.DEEPSEEK_BASE_URL || 'https://api.deepseek.com/v1';
|
||||
private apiKey = process.env.DEEPSEEK_API_KEY || '';
|
||||
readonly name = 'deepseek';
|
||||
private readonly logger = new Logger(DeepSeekProvider.name);
|
||||
private readonly apiKey: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user