Skip to content

webmaster1225/hedro-ai

Repository files navigation


Hedro.ai - Hedera AI Chatbot Assistant


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

Quickstart

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

npm run dev

3. Build and serve the project

npm run build && npm run start