An open API service indexing awesome lists of open source software.

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

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

```