Skip to content

💬 minimalistic ChatBot Interface in pure python

Notifications You must be signed in to change notification settings

cyrielletheobald/fastui-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastui-chat

Une interface utilisateur en python.

Comment l'utiliser ?

> ./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

About

💬 minimalistic ChatBot Interface in pure python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Shell 4.7%