mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-11 10:49:07 +00:00
Included model to the provider data model
This commit is contained in:
parent
2a152880f4
commit
a2a1642c76
@ -8,7 +8,8 @@ namespace AIStudio.Settings;
|
|||||||
/// <param name="Id">The provider's ID.</param>
|
/// <param name="Id">The provider's ID.</param>
|
||||||
/// <param name="InstanceName">The provider's instance name. Useful for multiple instances of the same provider, e.g., to distinguish between different OpenAI API keys.</param>
|
/// <param name="InstanceName">The provider's instance name. Useful for multiple instances of the same provider, e.g., to distinguish between different OpenAI API keys.</param>
|
||||||
/// <param name="UsedProvider">The provider used.</param>
|
/// <param name="UsedProvider">The provider used.</param>
|
||||||
public readonly record struct Provider(string Id, string InstanceName, Providers UsedProvider)
|
/// <param name="Model">The LLM model to use for chat.</param>
|
||||||
|
public readonly record struct Provider(string Id, string InstanceName, Providers UsedProvider, Model Model)
|
||||||
{
|
{
|
||||||
#region Overrides of ValueType
|
#region Overrides of ValueType
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user