Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
4f74b12
1
Parent(s):
80ef559
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
|
|
3 |
import datetime
|
4 |
|
5 |
# Initialize the InferenceClient
|
6 |
+
client = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|