Spaces:
Sleeping
Sleeping
balthromaw
commited on
Commit
•
23de04c
1
Parent(s):
5fe0cbd
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import random
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
-
"
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
+
"ehartford/dolphin-2.2.1-mistral-7b"
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|