Spaces:
Running
Running
mrbeliever
commited on
Commit
•
1a173be
1
Parent(s):
4b8df20
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
|
6 |
# Your system prompt
|
7 |
-
SYSTEM_PROMPT = "Enhance and rewrite the prompt in sentence form without changing the essence"
|
8 |
|
9 |
def format_prompt(message, history=[]):
|
10 |
prompt = "<s>"
|
|
|
4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
|
6 |
# Your system prompt
|
7 |
+
SYSTEM_PROMPT = "ayaour work is to only Enhance and rewrite the this prompt in sentence form without changing the essence"
|
8 |
|
9 |
def format_prompt(message, history=[]):
|
10 |
prompt = "<s>"
|