yGuy / chatgpt-mattermost-bot

A very simple implementation of a service for a mattermost bot that uses ChatGPT in the backend.
MIT License
145 stars 50 forks source link

Update README: List OpenAI Node.js Library as Dependency #37

Closed your-highness closed 1 year ago

your-highness commented 1 year ago

Working on this. Pull request will follow

yGuy commented 1 year ago

Thanks for the PR.

What's the idea behind listing this dependency? I mean, we could also list node.js and more obviously the mattermost plugin sdk API and the other utilities we have in package.json.... What's so special about mentioning this method? Those who are interested will be able to read the package.json and find the references in the code. Is this a requirement of the OpenAI API license?

your-highness commented 1 year ago

You are right. I just thought it's good practice for beginners to engage in contributing the plugin (like me 😄 ). Fell free to tag this as a wontfix