mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 22:49:07 +00:00
3 lines
106 B
C#
3 lines
106 B
C#
|
namespace AIStudio.Provider.Google;
|
||
|
|
||
|
public readonly record struct Model(string Name, string DisplayName);
|