Shanat commited on
Commit
ec286c9
1 Parent(s): 286c059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +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
- 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 = []