mindi-backup / README_COMPONENT_8_CHAT_INTERFACE.md
Mindigenous
Initial full project backup with Git LFS
53f0cc2

# Component 8: Local Chat Interface

What it gives you

  • Browser chat UI for your local coding model.
  • Uses Component 7 inference engine automatically.
  • Dark theme, prompt box, code cards, copy button per response.
  • Syntax highlighting for Python and JavaScript.
  • Shows generation time and generated token count.
  • Keeps conversation history in the current session.
  • Clear button to reset conversation.

Launch (single command)

python .\scripts\launch_component8_chat.py --config .\configs\component8_chat_config.yaml

URL to open

  • http://127.0.0.1:7860

No internet is needed for local usage.