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

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

Awesome Lists containing this project

README

          




Hedro.ai - Hedera AI Chatbot Assistant


🪜 Work In Progress... 🪜

![](https://img.shields.io/badge/openai-4.21.0-blue?style=flat-square&logo=openai)
![](https://img.shields.io/badge/React.js-18.2.0-blue?style=flat-square&logo=react)

![](https://img.shields.io/badge/Next.js-14.0.4-blue?style=flat-square&logo=next.js)
![](https://img.shields.io/badge/TypeScript-5.0.0-blue?style=flat-square&logo=typescript)
![](https://img.shields.io/badge/Tailwindcss-3.3.0-blue?style=flat-square&logo=tailwindcss)

## 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
```