Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,9 +49,9 @@ async def generate1(prompt):
|
|
49 |
await communicate.save(tmp_path)
|
50 |
yield tmp_path
|
51 |
|
52 |
-
client2 = InferenceClient("
|
53 |
|
54 |
-
system_instructions2 = "[SYSTEM] Answer as Real Jarvis JARVIS, Made by 'Tony Stark', Must answer in friendly style
|
55 |
|
56 |
async def generate2(prompt):
|
57 |
generate_kwargs = dict(
|
|
|
49 |
await communicate.save(tmp_path)
|
50 |
yield tmp_path
|
51 |
|
52 |
+
client2 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
53 |
|
54 |
+
system_instructions2 = "[SYSTEM] Answer as Real Jarvis JARVIS, Made by 'Tony Stark', Must answer in friendly style and Easy Manner. You can answer Complex Questions. Do not say who are you or Hi, Hello, Just Start answering. Stop, as answer ends. [USER]"
|
55 |
|
56 |
async def generate2(prompt):
|
57 |
generate_kwargs = dict(
|