Spaces:
Running
Running
Husnain
commited on
Commit
•
03fe2ac
1
Parent(s):
e4d90a2
⚡ [Enhance] Use nous-mixtral-8x7b as default model
Browse files
messagers/message_outputer.py
CHANGED
@@ -7,7 +7,7 @@ class OpenaiStreamOutputer:
|
|
7 |
* https://platform.openai.com/docs/api-reference/chat/create
|
8 |
"""
|
9 |
|
10 |
-
def __init__(self, owned_by="huggingface", model="mixtral-8x7b"):
|
11 |
self.default_data = {
|
12 |
"created": 1700000000,
|
13 |
"id": f"chatcmpl-{owned_by}",
|
|
|
7 |
* https://platform.openai.com/docs/api-reference/chat/create
|
8 |
"""
|
9 |
|
10 |
+
def __init__(self, owned_by="huggingface", model="nous-mixtral-8x7b"):
|
11 |
self.default_data = {
|
12 |
"created": 1700000000,
|
13 |
"id": f"chatcmpl-{owned_by}",
|