mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 20:52:11 +00:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public enum TokenizerStatus
|
|
{
|
|
UNAVAILABLE,
|
|
RUNNING,
|
|
AVAILABLE,
|
|
}
|