Removed unnecessary setter

This commit is contained in:
Thorsten Sommer 2024-12-02 19:22:47 +01:00
parent 4e7d19d8db
commit f47c4daa36
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -16,7 +16,7 @@ public interface IProvider
/// The provider's instance name. Useful for multiple instances of the same provider,
/// e.g., to distinguish between different OpenAI API keys.
/// </summary>
public string InstanceName { get; set; }
public string InstanceName { get; }
/// <summary>
/// Starts a chat completion stream.