General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
A toolkit for autonomous AI operations using local LLM implementations.
Sign in to like and favorite skills
A toolkit for autonomous AI operations using local LLM implementations.
Local-LLM/ ├── src/ # Main source code directory │ ├── core/ # Core functionality │ │ ├── functions/ # Core function modules │ │ ├── api/ # API integrations │ │ └── tools/ # Core tools │ ├── models/ # Model definitions │ ├── pipelines/ # Processing pipelines │ └── tools/ # Specialized tools ├── prompts/ # LLM prompts ├── tests/ # Test suite ├── examples/ # Usage examples └── docs/ # Documentation
Clone the repository:
git clone <repository-url> cd Local-LLM
Install dependencies:
pip install -r requirements.txt
Install the package in development mode:
pip install -e .
See docs/USAGE.md for detailed usage instructions.
For API documentation, see docs/API.md.
This project is licensed under the MIT License - see the LICENSE file for details.