Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t145/signal-chatbot
A locally hosted chatbot that interfaces directly with the Signal messenger
https://github.com/t145/signal-chatbot
Last synced: 14 days ago
JSON representation
A locally hosted chatbot that interfaces directly with the Signal messenger
- Host: GitHub
- URL: https://github.com/t145/signal-chatbot
- Owner: T145
- Created: 2024-10-15T14:21:28.000Z (23 days ago)
- Default Branch: master
- Last Pushed: 2024-10-22T06:58:33.000Z (16 days ago)
- Last Synced: 2024-10-23T09:56:38.371Z (15 days ago)
- Language: Python
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tech Stack
- Locally hosted Mistral model, managed by HuggingFace
- Prompt control by LangChain & LangGraph
- Storage handled by MongoDB## Setup
Get the latest [PyTorch](https://pytorch.org/get-started/locally/)-compatible [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit-archive).
### Windows
```ps1
# Enable Developer Mode in Windows settings
scoop install sudo innounp
sudo Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
scoop bucket add extras
scoop install mambaforge rust
mamba update mamba --all
mamba create -n signalbot python=3.12 poetry
```