Metadata-Version: 2.1
Name: ollama_service_deepsec
Version: 1.0.0
Summary: Provide interaction service to LLM with Ollama.
Author-email: Yuchen Li <lyuchengz@163.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ollama==0.4.5

# Ollama Utility Class

A Python utility class for interacting with LLM through Ollama. This class simplifies loading and unloading LLM models, and also implement memory, few-shot examples for LLM.
