Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.16 KB


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