Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ from transformers import pipeline
|
|
10 |
|
11 |
|
12 |
#chatbot = pipeline(model="NCSOFT/Llama-3-OffsetBias-8B")
|
13 |
-
|
14 |
-
chatbot = pipeline(model="facebook/blenderbot-400M-distill")
|
15 |
|
16 |
message_list = []
|
17 |
response_list = []
|
|
|
10 |
|
11 |
|
12 |
#chatbot = pipeline(model="NCSOFT/Llama-3-OffsetBias-8B")
|
13 |
+
chatbot = pipeline(model="meta-llama/Llama-3.2-1B")
|
14 |
+
#chatbot = pipeline(model="facebook/blenderbot-400M-distill")
|
15 |
|
16 |
message_list = []
|
17 |
response_list = []
|