https://github.com/traintocode/example-chatgpt-spellchecker
https://github.com/traintocode/example-chatgpt-spellchecker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/traintocode/example-chatgpt-spellchecker
- Owner: traintocode
- License: gpl-3.0
- Created: 2023-10-11T21:04:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T21:13:54.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:17:28.132Z (8 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - traintocode/example-chatgpt-spellchecker - (TypeScript)
README
# Spellchecker Cloud Function using ChatGPT
(article link)
## Download and install packages...
```sh
git clone https://github.com/traintocode/example-chatgpt-spellchecker.gitcd example-chatgpt-spellchecker
npm install
```## Debugging Locally
There is a local entry point [./debug.ts](./debug.ts) that you can run with a NodeJS debugger such as [that included in Visual Studio Code](https://code.visualstudio.com/docs/typescript/typescript-debugging). Simply clone this repository, open in VSCode and hit **F5** (or select _Run -> Start Debugging_).