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