https://github.com/quiet-node/hedro-ai
A helpful GPT-3.5-turbo-assistant whose main goal is to guide users to explore the ecosystem of the Hedera network
https://github.com/quiet-node/hedro-ai
Last synced: 9 days ago
JSON representation
A helpful GPT-3.5-turbo-assistant whose main goal is to guide users to explore the ecosystem of the Hedera network
- Host: GitHub
- URL: https://github.com/quiet-node/hedro-ai
- Owner: quiet-node
- Created: 2023-12-17T16:56:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:44:30.000Z (over 2 years ago)
- Last Synced: 2024-05-29T17:23:16.837Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://hedro-ai.vercel.app
- Size: 683 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hedro.ai - Hedera AI Chatbot Assistant
🪜 Work In Progress... 🪜





## Overview
A helpful GPT-3.5-turbo-assistant whose main goal is to guide users to explore the ecosystem of the Hedera network
# Get Started
## Requirement
- [git](https://git-scm.com/)
- [nodejs](https://nodejs.org/en)
## Quickstart
```
git clone https://github.com/quiet-node/hedro-ai.git
cd hedro-ai
npm install
```
## Running the project
#### 1. Set environment variables
create a `.env.local` file using the `example.env.local` as the template and fill out the variables
- `OPENAI_API_KEY`: your OpenAI API key
#### 2. Run the project in dev mode
```bash
npm run dev
```
#### 3. Build and serve the project
```bash
npm run build && npm run start
```