mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-06 14:49:07 +00:00
10 lines
116 B
C#
10 lines
116 B
C#
|
namespace AIStudio.Provider.SelfHosted;
|
|||
|
|
|||
|
public enum Host
|
|||
|
{
|
|||
|
NONE,
|
|||
|
|
|||
|
LM_STUDIO,
|
|||
|
LLAMACPP,
|
|||
|
OLLAMA,
|
|||
|
}
|