2024-04-21 18:35:12 +02:00

67 lines
1.5 KiB
Markdown

![LlamaGPT](./img/banniere-LlamaGPT.png)
URL :
# LlamaGPT
LlamaGPT est un chatbot auto-h?berg?, hors ligne, de type ChatGPT, aliment? par Llama 2, similaire ? Serge. 100 % priv?, sans donn?es ne laissant votre appareil.
# Téléchargement, Configuration et Lancement
## Téléchargement de LlamaGPT
Saisir la commande pour télécharger la source
```bash
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
```
Saisir la commande pour vous rendre dans le dossier
```bash
cd Intelligence-Artificielle\LlamaGPT
```
## Modifier la configuration de LlamaGPT
Saisir la commande pour vous rendre dans le dossier
```bash
cd Intelligence-Artificielle\LlamaGPT
```
Nous éditons le fichier de configuration
```bash
nano .env
```
Nous modifions les variables dont nous avons besoin.
## Lancement de LlamaGPT
Pour utiliser LlamaGPT tout seul
```bash
docker compose up -d
```
Pour utiliser LlamaGPT avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
# Utilisation
## Accueil
Ouvrir une page web avec l'url :
Pour une utilisation tout seul
http://10.0.4.29:3000
Pour une utilisation avec Traefik
https://LlamaGPT.10.0.4.29.traefik.me`)"
# More info
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
# Buy me a coffe
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>