https://github.com/yamiru/openai-chat-gpt-service
opeai chat-gpt discord node autostart service
https://github.com/yamiru/openai-chat-gpt-service
Last synced: 4 months ago
JSON representation
opeai chat-gpt discord node autostart service
- Host: GitHub
- URL: https://github.com/yamiru/openai-chat-gpt-service
- Owner: Yamiru
- License: mit
- Created: 2023-02-11T11:51:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T12:10:44.000Z (over 2 years ago)
- Last Synced: 2025-02-15T19:27:23.139Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running your Node.js App(chat-gpt/OPENAI) With Systemd
Creating a Linux service with systemd
## Documentation
[Install Documentation](https://medium.com/codingthesmartway-com-blog/creating-a-discord-chatbot-with-chatgpt-a-comprehensive-guide-for-beginners-eee2ffb18d73)
## Installation
Run npm with systemd service
```bash
sudo nano /etc/systemd/system/openai.service
-paste from my openai.service
-edit user User=
sudo systemctl daemon-reload
sudo systemctl status openai.service
sudo systemctl enable openai.service
sudo systemctl start openai.service
```