mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:39:46 +00:00
Removed unnecessary setter
This commit is contained in:
parent
4e7d19d8db
commit
f47c4daa36
@ -16,7 +16,7 @@ public interface IProvider
|
|||||||
/// The provider's instance name. Useful for multiple instances of the same provider,
|
/// The provider's instance name. Useful for multiple instances of the same provider,
|
||||||
/// e.g., to distinguish between different OpenAI API keys.
|
/// e.g., to distinguish between different OpenAI API keys.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string InstanceName { get; set; }
|
public string InstanceName { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Starts a chat completion stream.
|
/// Starts a chat completion stream.
|
||||||
|
Loading…
Reference in New Issue
Block a user