No description
- Makefile 76.4%
- TypeScript 18.2%
- Shell 2.2%
- HTML 1.5%
- Dockerfile 1.1%
- Other 0.6%
| lb | ||
| model | ||
| .DS_Store | ||
| .gitignore | ||
| Readme.md | ||
BeeSwarm
Model
Run instructions
cd model.- If you want to run natively using your GPU natively go to step 3, otherwise skip to step 4 to run in Docker.
- Run
./run_model_mac.shor./run_model_*depending on your operating system. - To run it in Docker you can run
docker compose up --build
Modules
The models folder contain a modules folder which currently only supports access to the internet. This is not implemented yet but only implemented as a theoretical utility. It should be fully implemented.
It can be started using npm i followed by npm start. Currently it only supports a single query hard coded in the internet.ts. This should be modified to allow for any query via the api, and the chatbot should be able to access this endpoint somehow.
Load balancer
Run instructions
cd lb.- If you want to run locally for testing, skip to step 4, otherwise continue with step 3.
docker compose up --build.- If you want to test the frontend run
cd uiandnpm run devor for the apicd apiandnpm start.
The API is used directly by the script and should not be started manually.