mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 12:19:47 +00:00
Fixed the self-hosted provider's display name
This commit is contained in:
parent
29263660fc
commit
29e1b2e087
@ -24,7 +24,7 @@ public readonly record struct Provider(uint Num, string Id, string InstanceName,
|
||||
public override string ToString()
|
||||
{
|
||||
if(this.IsSelfHosted)
|
||||
return $"{this.InstanceName} ({this.UsedProvider.ToName()}, {this.Hostname}, {this.Model})";
|
||||
return $"{this.InstanceName} ({this.UsedProvider.ToName()}, {this.Hostname})";
|
||||
|
||||
return $"{this.InstanceName} ({this.UsedProvider.ToName()}, {this.Model})";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user