Auf internes Config System umgestiegen
This commit is contained in:
@@ -49,8 +49,8 @@ namespace BeWo.Service.Plugins
|
||||
|
||||
var context = AiFunctionContextLoader.LoadServiceRecordDocumentationContext(request, prompt_baustein.SamplesCount);
|
||||
|
||||
var systemPromptFolderPath = BeWoServerPathHelper.GetAiSystemPromptPath();
|
||||
var factory = new AiFunctionSystemPromptBuilder(systemPromptFolderPath);
|
||||
var configPath = ConfigReader.GetConfigPath(SpecialConfig.CustomFunctionPreSystemPrompt);
|
||||
var factory = new AiFunctionSystemPromptBuilder(configPath);
|
||||
var system_prompt = factory.CreateServiceRecordDocumentationSystemPrompt(context);
|
||||
|
||||
// Anfrage abschicken
|
||||
|
||||
Reference in New Issue
Block a user