Skip to content

Add local LLM chat client - #5

Closed
KhanN-byte wants to merge 4 commits into
mainfrom
NewDev
Closed

Add local LLM chat client#5
KhanN-byte wants to merge 4 commits into
mainfrom
NewDev

Conversation

@KhanN-byte

Copy link
Copy Markdown
Owner

What changed

  • Added LocalLLM.py, an interactive command-line chat client for local Ollama models.
  • Supports model selection, automatic model installation, retained conversation history, /clear, and /exit commands.

Why

Provides a simple local interface for choosing and chatting with Ollama-hosted language models without external API credentials.

Impact

Users can run the script locally after installing the ollama Python package and starting Ollama.

Validation

  • PYTHONPYCACHEPREFIX=/tmp/localllm-pycache python3 -m py_compile LocalLLM.py
  • Confirmed the commit contains only LocalLLM.py.

@KhanN-byte

Copy link
Copy Markdown
Owner Author

Superseded by #6, which isolates AI Projects/LocalLLM.py on a clean branch from main.

@KhanN-byte KhanN-byte closed this Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant