Spaces:
Sleeping
Sleeping
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 |
def format_prompt(message, history):
|
7 |
-
prompt = "<s>[INST] #
|
8 |
for user_prompt, bot_response in history:
|
9 |
prompt += f"[INST] {user_prompt} [/INST]"
|
10 |
prompt += f" {bot_response}</s> "
|
@@ -44,9 +44,9 @@ mychatbot = gr.Chatbot(
|
|
44 |
|
45 |
demo = gr.ChatInterface(fn=generate,
|
46 |
chatbot=mychatbot,
|
47 |
-
title="Bot con I.A. para crear
|
48 |
-
description="<p style='line-height: 0.5'>
|
49 |
-
"<p style='line-height:
|
50 |
" <a href='https://alphayomega-bot-mc.hf.space'>Marketing de Contenidos |</a> "+
|
51 |
" <a href='https://alphayomega-bot-dp.hf.space'> Descripcion de Productos |</a>"+
|
52 |
" <a href='https://alphayomega-bot-cp.hf.space'> Caracteristicas de Productos |</a> "+
|
|
|
4 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
|
6 |
def format_prompt(message, history):
|
7 |
+
prompt = "<s>[INST] # Context: You are the marketing and sales expert. You will respond to the user who sends you the description of any product, with a list of 5 bullets that have the following conditions: ### Rules for answering: - Mention all the data and technical characteristics in FIVE (5) bullets. - Try to synthesize as much as you can and it is not necessary to say the name of the product. - omit any BENEFITS - you can join several characteristics in one bullet, but do not delete any characteristic. - Always use bullet points - Only 5 bullets. - Always answer in Spanish. [/INST]</s>"
|
8 |
for user_prompt, bot_response in history:
|
9 |
prompt += f"[INST] {user_prompt} [/INST]"
|
10 |
prompt += f" {bot_response}</s> "
|
|
|
44 |
|
45 |
demo = gr.ChatInterface(fn=generate,
|
46 |
chatbot=mychatbot,
|
47 |
+
title="Bot con I.A. para crear CARACTERISTICAS de productos.</p>",
|
48 |
+
description="<p style='line-height: 0.5'>Estas caracteristicas van en la descripcion corta de producto (En la parte de abajo).</p><br>"+
|
49 |
+
"<p style='line-height: 1'>Si desea usar otro BOT de I.A. escoja:</p>"+
|
50 |
" <a href='https://alphayomega-bot-mc.hf.space'>Marketing de Contenidos |</a> "+
|
51 |
" <a href='https://alphayomega-bot-dp.hf.space'> Descripcion de Productos |</a>"+
|
52 |
" <a href='https://alphayomega-bot-cp.hf.space'> Caracteristicas de Productos |</a> "+
|