ai-building-blocks / chatbot.py

Commit History

Updated code to address “UserWarning: You have not specified a value for the `type` parameter”
0f3cd78

LiKenun commited on

Move environment variable querying code out of the Gradio UI-construction functions all the way to the root of the application, `app.py`
55d79e2

LiKenun commited on

Move environment variable querying code out of the inference functions
1c1b97a

LiKenun commited on

Add documentation
5bebd85

LiKenun commited on

Reorganize structure for even less code clutter; `app.py` is greatly slimmed down
39d9406

LiKenun commited on

AI-generated chat sample revision 1: support both seq2seq and causal LM models
1509884

LiKenun commited on

Add AI-generated chat sample
4c71b8b

LiKenun commited on