https://github.com/apo-bozdag/chatgpt-training
https://github.com/apo-bozdag/chatgpt-training
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apo-bozdag/chatgpt-training
- Owner: apo-bozdag
- Created: 2023-02-06T17:05:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T13:24:24.000Z (about 2 years ago)
- Last Synced: 2025-03-09T03:49:13.289Z (3 months ago)
- Language: TypeScript
- Homepage: https://chatgtp-to-tripian.vercel.app
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPT to Tripian
### Install
Configure API keys in `.env`:
```
GPT_API_KEY=xxx
```Install dependencies:
```shell
npm install
```### Run
```shell
npm run dev
```