This commit is contained in:
Guillaume David 2024-11-24 09:34:24 +01:00
parent 85c7d96714
commit 6bb44c08f0
3 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ source ./venv/bin/activate
### Installer les dépendances
```sh
pip insatll -r requirements.txt
pip install rasa
```
### Création d'un nouveau projet rasa
```sh
@ -335,6 +335,7 @@ On retrouve nos fonctions :
class ActionFirstnameSignificationLlama(Action):
def name(self):
return "action_firstname_signification_by_llama"
...
```
## Entraîner le modèle rasa

Binary file not shown.

Binary file not shown.