Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julianschmuckli/abbts_swe_chatgpt

A demo project for using the ChatGPT functionality.
https://github.com/julianschmuckli/abbts_swe_chatgpt

chatgpt chatgpt-api openai openai-api

Last synced: about 1 month ago
JSON representation

A demo project for using the ChatGPT functionality.

Awesome Lists containing this project

README

        

# ABB TS: ChatGPT Demo
A demo project for using the OpenAI ChatGPT APIs.

## Setup
First create the environment file `.env` in the root directory of the project. The file should contain the variables as in the `.env.sample` file.

Then start the following commands:
```bash
npm install # Installing dependencies

npm start # Starting the demo
```