Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/julianschmuckli/abbts_swe_chatgpt
- Owner: julianschmuckli
- License: mit
- Created: 2023-07-29T15:58:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-29T19:34:32.000Z (over 1 year ago)
- Last Synced: 2024-11-07T11:14:48.087Z (3 months ago)
- Topics: chatgpt, chatgpt-api, openai, openai-api
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 dependenciesnpm start # Starting the demo
```