Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|