Wird nicht benutzt
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"AiEnabled": true,
|
||||
"AiTestPhase": true,
|
||||
"DefaultModel": "llama3"
|
||||
}
|
||||
@@ -466,7 +466,6 @@
|
||||
<Content Include="Multitenancy\debugMsSQL.config" />
|
||||
<Content Include="Multitenancy\debugMySQL.config" />
|
||||
<Content Include="Multitenancy\demo.config" />
|
||||
<None Include="Config\ai.config.json" />
|
||||
<None Include="Properties\PublishProfiles\BeWo2.0.pubxml" />
|
||||
<Content Include="Scripts\german-datepicker.js" />
|
||||
<None Include="Scripts\jquery-3.7.1.intellisense.js" />
|
||||
|
||||
@@ -42,7 +42,6 @@ namespace BeWo.Service
|
||||
public enum SpecialConfig
|
||||
{
|
||||
None = -1,
|
||||
AiConfig,
|
||||
CustomFunctionPreSystemPrompt,
|
||||
CustomPreSystemPrompt
|
||||
}
|
||||
|
||||
@@ -51,8 +51,6 @@ namespace BeWo.Service.Core
|
||||
{
|
||||
case SpecialConfig.None:
|
||||
break;
|
||||
case SpecialConfig.AiConfig:
|
||||
return Path.Combine("ai", "ai.config.json");
|
||||
case SpecialConfig.CustomFunctionPreSystemPrompt:
|
||||
return Path.Combine("ai", "systemPrompts", "customFunctionPreSystemPrompt.txt");
|
||||
case SpecialConfig.CustomPreSystemPrompt:
|
||||
|
||||
Reference in New Issue
Block a user