sitepoint-editors / example-chatgpt-spellchecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spellchecker Cloud Function using ChatGPT

(article link)

Download and install packages...

git clone https://github.com/traintocode/example-chatgpt-spellchecker.git

cd example-chatgpt-spellchecker

npm install

Debugging Locally

There is a local entry point ./debug.ts that you can run with a NodeJS debugger such as that included in Visual Studio Code. Simply clone this repository, open in VSCode and hit F5 (or select Run -> Start Debugging).

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 63.7%Language:HTML 36.3%