KingNish commited on
Commit
3bb4579
·
verified ·
1 Parent(s): 8e90be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("microsoft/Phi-3-mini-4k-instruct")
53
 
54
- system_instructions2 = "[SYSTEM] Answer as Real Jarvis JARVIS, Made by 'Tony Stark', Must answer in friendly style, 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(
 
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(