Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
client = InferenceClient("mistralai/
|
| 5 |
|
| 6 |
def format_prompt(message, history, system_prompt=None):
|
| 7 |
prompt = "<s>"
|
|
|
|
| 1 |
from huggingface_hub import InferenceClient
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
| 5 |
|
| 6 |
def format_prompt(message, history, system_prompt=None):
|
| 7 |
prompt = "<s>"
|