Updates
This commit is contained in:
parent
85c7d96714
commit
6bb44c08f0
|
|
@ -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
|
||||
|
|
|
|||
BIN
rasa/actions/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
rasa/actions/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
rasa/actions/__pycache__/actions.cpython-310.pyc
Normal file
BIN
rasa/actions/__pycache__/actions.cpython-310.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user