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

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


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

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Spellchecker Cloud Function using ChatGPT

(article link)

## Download and install packages...

```sh
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](./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_).