Skip to content

This houses the repo for Ed-Fi nextJS chatbot the education team completed post the Ed-Fi Technical Congress 2023

License

Notifications You must be signed in to change notification settings

Resultant-Software-Engineering/edfi-chatbot-nextjs

Repository files navigation

Resultant Logo

The Ed-Fi Tech Doc (Llama 3 powered chatbot)

This project is a Next.js application that demonstrates how to build a chatbot UI using the Llama 3 language model and Replicate's streaming API (private beta).

Prepare Development Environment

  • Install Node.js (Minimum Version : 18.17.0 to support Next JS)
  • Pull this repository to your local machine
  • Create a file called .env.local in the project's root directory

Usage

  • Install dependencies:
npm install
REPLICATE_API_TOKEN=<your-token-here>
  • Run the development server:
npm run dev

About

This houses the repo for Ed-Fi nextJS chatbot the education team completed post the Ed-Fi Technical Congress 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published