File: GitHubModel.Obsolete.cs
Web Access
Project: src\src\Aspire.Hosting.GitHub.Models\Aspire.Hosting.GitHub.Models.csproj (Aspire.Hosting.GitHub.Models)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Hosting.GitHub;
 
// This file contains obsolete elements kept for backward compatibility.
 
public partial class GitHubModel
{
    // example
    // public static partial class Core42
    // {
    //     /// <inheritdoc cref="Jais30bChat"/>
    //     [Obsolete("Use Jais30bChat instead.")]
    //     [EditorBrowsable(EditorBrowsableState.Never)]
    //     public static readonly GitHubModel JAIS30bChat = new() { Id = "core42/jais-30b-chat" };
    // }
}