Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sandunwira authored Nov 9, 2024
1 parent 001cc5e commit 1e4be54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ View the demo **[here](https://sandunwira.github.io/assistantjs)**.
## Why This Was Created
I was searching for custom AI Assistants that I can use offline for my projects, but I couldn't find any of those without having to host locally or without using any external APIs. And, since I'm into creating desktop applications, I wanted to create custom chatbots that we can interact with even without any internet connection or any local hosted frameworks for the end users. Since most of the end users aren't willing to set up any tools or any packages, just to run a simple program.

So, I decided to create my own chatbot framework (kinda), that can be used anywhere, even without any internet connection (if you're a developer, you just need to download the repository or the JSON files and you're good to go) or without hosting locally anything. By integrating this assistant with tools like **[Tauri](https://tauri.app)** or **[Electron](https://www.electronjs.org)**, you can build your own custom chatbots, right at your desktop, without even using any of the internet. And of course, this is a simple chatbot framework just for a basic integration. You can create more advanced and complicated assistants with this starter template.
So, I decided to create my own chatbot framework, that can be used anywhere, even without any internet connection (if you're a developer, you just need to download the repository or the JSON files and you're good to go) or without hosting locally anything. By integrating this assistant with tools like **[Tauri](https://tauri.app)** or **[Electron](https://www.electronjs.org)**, you can build your own custom chatbots, right at your desktop, without even using any of the internet. And of course, this is a simple chatbot framework just for a basic integration. You can create more advanced and complicated assistants with this starter template.

## Features
- Offline usage without any internet connection
Expand Down

0 comments on commit 1e4be54

Please sign in to comment.