Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
5abdb9c
1
Parent(s):
715114c
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import datetime
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
# Initialize the InferenceClient
|
7 |
-
client = InferenceClient("
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = "<s>"
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
# Initialize the InferenceClient
|
7 |
+
client = InferenceClient("Kooten/DaringMaid-20B-V1.1-GGUF")
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = "<s>"
|