acecalisto3 commited on
Commit
76e401b
·
verified ·
1 Parent(s): fc399d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -12,8 +12,6 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
12
  messages = [
13
  {"role": "user", "content": "Who are you?"},
14
  ]
15
- pipe = pipeline("text-generation", model="mistralai/Mixtral-8x7B-Instruct-v0.1")
16
- pipe(messages)
17
 
18
  class EnhancedChatbot:
19
  def __init__(self):
 
12
  messages = [
13
  {"role": "user", "content": "Who are you?"},
14
  ]
 
 
15
 
16
  class EnhancedChatbot:
17
  def __init__(self):