mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
Errors sending to UI
notifying client of AI model conversion
This commit is contained in:
@@ -10,7 +10,7 @@ public abstract class ExternalClientConfig
|
||||
|
||||
public class InferenceClientConfig : ExternalClientConfig
|
||||
{
|
||||
public string ApiUrl { get; set; }
|
||||
public string ApiUrl { get; set; } = null!;
|
||||
}
|
||||
|
||||
public class GpsDeniedClientConfig : ExternalClientConfig
|
||||
|
||||
Reference in New Issue
Block a user