fix(llm):修复合并错误
This commit is contained in:
parent
856270753e
commit
667b3c083a
@ -43,14 +43,8 @@ public static class ProjectOptions
|
||||
services.Configure<ClientRateLimitOptions>(App.Configuration.GetSection("ClientRateLimiting"));
|
||||
services.Configure<ClientRateLimitPolicies>(App.Configuration.GetSection("ClientRateLimitPolicies"));
|
||||
|
||||
<<<<<<< HEAD
|
||||
services.AddConfigurableOptions<LLMOptions>(); //基于Microsoft Semantic Kernel实现,也是本应用的默认实现
|
||||
|
||||
=======
|
||||
services.AddConfigurableOptions<LLMCustomOptions>(); // 手动实现LLM接口配置选项
|
||||
services.AddConfigurableOptions<LLMOptions>(); // 基于Microsoft Semantic Kernel实现,也是本应用的默认实现
|
||||
>>>>>>> f408a01a2d83c2d384dcbdb16eab344e4d437ab3
|
||||
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user