UdiaNixGPT is a Laravel-based website featuring a chat page that integrates with llama3 via the Ollama API. This project aims to provide a seamless integration experience for users to interact with advanced AI capabilities provided by llama3.
To get started with UdiaNixGPT, you need to clone the repository and install the dependencies using Composer.
- PHP >= 8.2
- Composer
- Ollama installed and running
- Model downloaded with ollama
git clone https://github.com/Unix-User/UdiaNixGPT.git
cd UdiaNixGPT
composer install
php artisan serve
