mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 09:10:20 +00:00
Change AdditionalJsonApiParameters property to use init accessor
This commit is contained in:
parent
8c22ac7078
commit
c3ff4aa11a
@ -14,7 +14,7 @@ public class NoProvider : IProvider
|
|||||||
public string InstanceName { get; set; } = "None";
|
public string InstanceName { get; set; } = "None";
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public string AdditionalJsonApiParameters { get; set; } = string.Empty;
|
public string AdditionalJsonApiParameters { get; init; } = string.Empty;
|
||||||
|
|
||||||
public Task<IEnumerable<Model>> GetTextModels(string? apiKeyProvisional = null, CancellationToken token = default) => Task.FromResult<IEnumerable<Model>>([]);
|
public Task<IEnumerable<Model>> GetTextModels(string? apiKeyProvisional = null, CancellationToken token = default) => Task.FromResult<IEnumerable<Model>>([]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user