https://github.com/guanlisheng/synochatgpt
Synology Chat + Ollama + Chatgpt => synochatgpt
https://github.com/guanlisheng/synochatgpt
chatbot chatgpt gpt llama synology
Last synced: 4 months ago
JSON representation
Synology Chat + Ollama + Chatgpt => synochatgpt
- Host: GitHub
- URL: https://github.com/guanlisheng/synochatgpt
- Owner: guanlisheng
- Created: 2023-03-23T13:49:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T05:24:31.000Z (about 1 year ago)
- Last Synced: 2026-03-11T18:30:06.439Z (4 months ago)
- Topics: chatbot, chatgpt, gpt, llama, synology
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Synochatgpt
Inspired by [synochat](https://github.com/bitcanon/synochat), [chatgpt](https://chat.openai.com) and [ollama](https://ollama.com/).
The goal is to run LLM `100%` locally and integrate as a [chatbot](https://kb.synology.com/en-id/DSM/help/Chat/chat_integration?version=7#b_67) with [Synology Chat](https://www.synology.com/en-global/dsm/feature/chat)
## Usage
Install `ollama` and download `llama3:8b` on your mac
```
ollama pull llama3:8b
ollama server
```
It also needs your Synology Chat Bot's token and incoming URL (host), set them as environment variables before using the app:
```bash
export export SYNOLOGY_TOKEN='...'
export export SYNOLOGY_INCOMING_URL='...'
```
Disable PROXY for localhost HTTP access if needed
```bash
export NO_PROXY=http://127.0.0.1
```
## Run
```bash
pip install -r requirements.txt
python synochatgpt.py
```
## TODO
* [ ] Fine tune
* [ ] Docker
* [ ] RAG