An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

UdiaNixGPT Logo


Build Status
Total Downloads
Latest Stable Version
License

## 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
```