mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 14:49:06 +00:00
Show the chosen model for any provider
This commit is contained in:
parent
a2a1642c76
commit
fc1ad26f6a
@ -20,7 +20,7 @@ public readonly record struct Provider(string Id, string InstanceName, Providers
|
||||
/// <returns>A string that represents the current provider in a human-readable format.</returns>
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{this.InstanceName} ({this.UsedProvider.ToName()})";
|
||||
return $"{this.InstanceName} ({this.UsedProvider.ToName()}, {this.Model})";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user