File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
SmartAIAutocomplete/AIService Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
6262 <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
6363 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
64- <PackageReference Include =" Syncfusion.Maui.Core" Version =" 26.2.10 " />
65- <PackageReference Include =" Syncfusion.Maui.Inputs" Version =" 26.2.10 " />
64+ <PackageReference Include =" Syncfusion.Maui.Core" Version =" * " />
65+ <PackageReference Include =" Syncfusion.Maui.Inputs" Version =" * " />
6666 </ItemGroup >
6767
6868 <ItemGroup >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public AzureOpenAIService()
6464
6565 private void ValidateCredential ( )
6666 {
67- if ( client == null )
67+ if ( client == null && IsCredentialValid )
6868 {
6969 client = new OpenAIClient ( new Uri ( endpoint ) , new AzureKeyCredential ( key ) ) ;
7070 }
You can’t perform that action at this time.
0 commit comments