Une interface utilisateur en python.
> ./dev-install.sh
Si cette commande ne fonctionne pas, faire :
> echo 'export PATH="$HOME/.rye/shims:$PATH"' >> ~/.bashrc
> source ~/.bashrc
> rye sync
> rye shell
Puis,
> export OPENAI_API_KEY=valeur_de_la_cle_API
> python src/fastui_chat/app.py