Sentinel is a Hugging Face LLM fine-tuned for coding assistance.It can generate code in Python, JavaScript, and more from natural language prompts.
pip install -r requirements.txt python inference.py "Write a Python function to reverse a string"
-