https://github.com/unix-user/udianixgpt
Fale com o Llama3 sobre qualquer assunto utilizando o llm integrado ao chat do site, com ele elevamos a interatividade dessa aplicação a um novo patamar.
https://github.com/unix-user/udianixgpt
laravel ollama php
Last synced: about 2 months ago
JSON representation
Fale com o Llama3 sobre qualquer assunto utilizando o llm integrado ao chat do site, com ele elevamos a interatividade dessa aplicação a um novo patamar.
- Host: GitHub
- URL: https://github.com/unix-user/udianixgpt
- Owner: Unix-User
- Created: 2024-05-01T20:39:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T17:12:21.000Z (over 1 year ago)
- Last Synced: 2025-02-21T11:15:26.928Z (over 1 year ago)
- Topics: laravel, ollama, php
- Language: PHP
- Homepage: https://gpt.udianix.com.br
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About UdiaNixGPT
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.
## Installation
To get started with UdiaNixGPT, you need to clone the repository and install the dependencies using Composer.
### Prerequisites
- PHP >= 8.2
- Composer
- [Ollama installed and running](https://ollama.com/download)
- [Model downloaded with ollama](https://ollama.com/library)
### Cloning the repository
```
git clone https://github.com/Unix-User/UdiaNixGPT.git
cd UdiaNixGPT
composer install
```
### Running
```
php artisan serve
```