This commit is contained in:
2026-08-01 10:52:50 +03:30
parent 5824eda6cb
commit 2696a9850c
6 changed files with 135 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
namespace xAiModels.Constants
{
/// <summary>
/// Specifiy Provider Type ...
/// </summary>
public enum XAiModelProviderType
{
None,
Ollama,
DeepSeek,
HuggingFace
}
}