revert
This commit is contained in:
parent
12c8a0d1c0
commit
d0ed5cefe7
|
|
@ -44,6 +44,7 @@ public partial class AgentService
|
|||
if (profile.LlmConfig == null)
|
||||
{
|
||||
profile.LlmConfig = agentSetting.LlmConfig;
|
||||
profile.LlmConfig.IsInherit = true;
|
||||
}
|
||||
else if (string.IsNullOrEmpty(profile.LlmConfig?.Provider) || string.IsNullOrEmpty(profile.LlmConfig?.Model))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue