This commit is contained in:
Thorsten Sommer 2024-12-31 19:32:38 +01:00
parent 9b2a375f96
commit aefd8adbeb
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -2,7 +2,7 @@ namespace AIStudio.Assistants.ERI;
public static class AllowedLLMProvidersExtensions
{
public static string Name(this AllowedLLMProviders provider)
public static string Description(this AllowedLLMProviders provider)
{
return provider switch
{