Skip to content

Custom chatbot for daily planning, llama3 integration. Very simple chat component that can be integrated with any project.

Notifications You must be signed in to change notification settings

JustinHennis1/chatassistant

Repository files navigation

Custom Chatbot

Before You Start

For Local Development

  • Download LM Studio link
  • (Optional) Download lms CLI tool
    • For Windows, Open Command Prompt and run
cmd /c %USERPROFILE%/.cache/lm-studio/bin/lms.exe bootstrap
    • For Linux/macOS, Open terminal and run
~/.cache/lm-studio/bin/lms bootstrap

Using OpenAI API Key

  • Retrieve an API key for your project from OpenAI official site NOTICE: If using OpenAI api key you will need to make minor changes to route.js file to use your key

Getting Started

cd chatassitant
npm install

create an environment file to store api keys For example, if using the CLI type

touch  .env

and add OPENAI_API_KEY=<YOUR KEY HERE>

Run It!

npm run dev

Congratulations Your All Done!

About

Custom chatbot for daily planning, llama3 integration. Very simple chat component that can be integrated with any project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published