Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

SweeTenTeam/BuddyBot---POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuddyBot

Per creare l'ambiente

docker compose up

Per testare la funzionalità di chat, in un altro terminale scrivere

docker compose exec backend sh
node index.mjs

Per distruggere l'ambiente

docker compose down

Se si vuole modificare lo schema e dati iniziali del db, modificare db/init.sql e fare

docker compose down --volumes
docker compose up --build --force-recreate

E' inoltre presente adminer per accedere direttamente al db a localhost:8080

Si possono cambiare le variabili d'ambiente dentro .env

Rimpiazzare your-api-key con la chiave API di Groq.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •