Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ DESCRIPTION = """ # <center><b>ASTIG⚡</b></center>
|
|
| 12 |
|
| 13 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 14 |
|
| 15 |
-
system_instructions = "[INST] Answer as
|
| 16 |
|
| 17 |
async def generate(prompt):
|
| 18 |
generate_kwargs = dict(
|
|
|
|
| 12 |
|
| 13 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
| 14 |
|
| 15 |
+
system_instructions = "[INST] Answer as ASTIG a better version of JARVIS, Made by 'Dave Miracle', Keep conversation very short, clear, friendly and concise."
|
| 16 |
|
| 17 |
async def generate(prompt):
|
| 18 |
generate_kwargs = dict(
|