DEV Community

Ben Herbst
Ben Herbst

Posted on

3

"ChatGPT" locally for everyone

https://github.com/BenHerbst/Dalaix

Hello guys, I saw a very interesting project on GitHub a few days ago ( Dalai ) that uses this language model LLaMA or Alpaca to create a local web server with something a bit like "ChatGPT".

As Dalai needed lot of stuff to set up, python, git, npm, node, ...
I decided to just create a simple installer with Electron.

Image description

You just fill out a form and press install.
That's all. Dalai gets installed.

Image description

Image description

On top of that, I implemented start menu entries for Starting and Stopping Dalai. Awesome. Even autostart.

I created the whole project with Vue.js, Bootstrap and Electron.
If you like it, please check it out, try it, file issues, and please give me a star on GitHub. 🌟

Thank you guys! ❤

This is actually my first Electron project, while I did Vue.js already in past like at my personal homepage https://www.benherbst.de/

Electron was a great experience, and I am going to improve the app and add support for Linux and OS X too. Also add dark mode and a whole management console. Expect great new features!

I am currently 14 years old, you can check out my other GitHub projects too: https://github.com/BenHerbst/

Happy Hacking and have a good day!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (1)

Collapse
 
zoulouk1 profile image
Zoulouk

Great work champion :). We would like to use it for a project too

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay