Spaces:
Running
Running
itacaiunas
commited on
Commit
•
0d66e23
1
Parent(s):
a0d8b90
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import random
|
|
4 |
|
5 |
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
6 |
def format_prompt(message, history):
|
7 |
-
prompt = "Seu nome é LuChat, um chatbot assistente alimentado por IA e pronto para responder no idioma português.
|
8 |
if history:
|
9 |
for user_prompt, bot_response in history:
|
10 |
prompt += f"<start_of_turn>user{user_prompt}<end_of_turn>"
|
|
|
4 |
|
5 |
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
6 |
def format_prompt(message, history):
|
7 |
+
prompt = "Seu nome é LuChat, um chatbot assistente alimentado por IA e pronto para responder no idioma português."
|
8 |
if history:
|
9 |
for user_prompt, bot_response in history:
|
10 |
prompt += f"<start_of_turn>user{user_prompt}<end_of_turn>"
|