Skip to content

ProjCRys/LLama-Java-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

LLama-Java-Wrapper

This project helps easy implementation of LLMs to your Java projects. It's functional but still needs some improvements.

Current Features:

Connect to llama.cpp

Can send inputs and retrieve bot response in real time

Issues:

Long inputs causes lower end devices to slow down

Don't have memory to reference previous responses

Future Plans:

Allocate some memory to device's GPUs

Fix memory issue(Current ideas: Create local database for it to reference previous conversation or Use smart prompting)

Create an alternative for autoGPTs by using different models dealing task for specific purposes

About

This project helps easy implementation of LLMs to your Java projects. It's functional but still needs some improvements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published