AutomataIntelligence commited on
Commit
e65f135
·
verified ·
1 Parent(s): 44bbcb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ Fast = """## Fastest Model"""
17
 
18
  Complex = """## Best in Complex Question"""
19
 
20
- Detail = """## Best for Detailed Generation or Long Answers"""
21
 
22
  client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
23
 
 
17
 
18
  Complex = """## Best in Complex Question"""
19
 
20
+ Detail = """## Best for Detailed Generation or Long Answers made by Automata Inetelligence"""
21
 
22
  client1 = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
23