last ...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace xAiModels.Constants
|
||||
{
|
||||
public partial struct ConfigurationNodeNames
|
||||
{
|
||||
public const string AI_API_NODE = "AiApiConfiguration";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
namespace xAiModels.Constants
|
||||
{
|
||||
/// <summary>
|
||||
/// Specifiy Provider Type ...
|
||||
/// </summary>
|
||||
public enum XAiModelProviderType
|
||||
{
|
||||
None,
|
||||
Ollama,
|
||||
DeepSeek,
|
||||
HuggingFace
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user