Skip to content

JosephJSON/SPARK_CLI_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARK AI customizable (Local LLM Template)

This is a minimalist, terminal-based AI assistant powered by a local GGUF model using llama-cpp-python.

Features

Configurable system prompt and few-shot examples, Clean terminal interface, Logs conversations to /logs, Easily forked and modified for your own builds

Usage

pip install -r requirements.txt
python main.py

If perferred, use the included start.bat or start.sh launchers.

Config

Edit config/config.json to: Point to your .gguf model file, Adjust temp, top_p, output tokens, Enable/disable logging or rich output

Dependencies

llama-cpp-python rich (optional but looks good)

Exit

Built to be modified, enjoy.

About

Open source, CLI first, chatbot skeleton meant to be modified and used as a base to test or learn.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published