mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-10-31 09:00:21 +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> |     /// <returns>A string that represents the current provider in a human-readable format.</returns> | ||||||
|     public override string ToString() |     public override string ToString() | ||||||
|     { |     { | ||||||
|         return $"{this.InstanceName} ({this.UsedProvider.ToName()})"; |         return $"{this.InstanceName} ({this.UsedProvider.ToName()}, {this.Model})"; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     #endregion |     #endregion | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user