cleaned_prod
This commit is contained in:
parent
61126a546a
commit
c298b557c6
@ -12,9 +12,9 @@ export interface CitationItem {
|
|||||||
|
|
||||||
export class ChatService {
|
export class ChatService {
|
||||||
private extractionService = new ExtractionService();
|
private extractionService = new ExtractionService();
|
||||||
private gatewayUrl = process.env.LLM_GATEWAY_URL || 'https://llm-devs.tech4biz.org/v1';
|
private gatewayUrl = process.env.LLM_GATEWAY_URL;
|
||||||
private apiKey = process.env.LLM_API_KEY || 'sk-TM-gxAudDVRTY-kq7_enEA';
|
private apiKey = process.env.LLM_API_KEY;
|
||||||
private modelId = process.env.LLM_MODEL_ID || 'deepseek-chat';
|
private modelId = process.env.LLM_MODEL_ID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process a user chat prompt with RBAC-scoped, unified RAG retrieval across Assets, Showcase Reels, Ecosystem Offerings, and Legal Documents.
|
* Process a user chat prompt with RBAC-scoped, unified RAG retrieval across Assets, Showcase Reels, Ecosystem Offerings, and Legal Documents.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user