ollama-classifier-gui 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ """Ollama Classifier GUI - A desktop application for text classification using LLMs.
2
+
3
+ Supports multiple inference backends: Ollama, vLLM, SGLang, and llama.cpp.
4
+ """
5
+
6
+ __version__ = "0.2.0"