-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc90f89
commit b811614
Showing
1 changed file
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
<p align="center"> | ||
<img src="./public/logo_dark.png" height="200" alt="icon" /> | ||
</p> | ||
|
||
<h1 align="center">VT.ai</h1> | ||
|
||
<p align="center"> | ||
<em>Minimal multimodal AI chat app with dynamic conversation routing</em> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> | ||
<a href="https://github.com/vinhnx"><img src="https://img.shields.io/github/stars/vinhnx?style=social" alt="GitHub Stars"></a> | ||
<a href="https://news.ycombinator.com/user?id=vinhnx"><img src="https://img.shields.io/hackernews/user-karma/vinhnx?style=social" alt="HackerNews Karma"></a> | ||
<a href="https://twitter.com/vinhnx"><img src="https://img.shields.io/twitter/follow/vinhnx?style=social" alt="Twitter Follow"></a> | ||
<a href="https://twitter.com/vtdotai"><img src="https://img.shields.io/twitter/follow/vtdotai?style=social" alt="VT.ai Twitter"></a> | ||
</p> | ||
|
||
## Overview | ||
|
||
VT.ai is a VT.ai - Minimal multimodal AI chat app that provides a seamless chat interface for interacting with various Large Language Models (LLMs). It supports both cloud-based providers and local model execution through [Ollama](https://github.com/ollama/ollama). | ||
|
@@ -96,15 +85,11 @@ ollama serve | |
4. Push to branch: `git push origin feature/amazing-feature` | ||
5. Open a Pull Request | ||
|
||
## Release Information | ||
|
||
Check our [releases page](https://github.com/vinhnx/VT.ai/releases) for version history and updates. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details. | ||
|
||
## Connect | ||
|
||
- Twitter: [@vinhnx](https://twitter.com/vinhnx) | ||
- Project Updates: [@vtdotai](https://twitter.com/vtdotai) | ||
-Email: [email protected] |