Omnibus commited on
Commit
242e308
·
verified ·
1 Parent(s): 459a92b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ from agent import (
21
  )
22
  api=HfApi()
23
 
24
- client = InferenceClient("LargeWorldModel/LWM-Text-Chat-1M")
25
- #"mistralai/Mixtral-8x7B-Instruct-v0.1"
26
 
27
  def find_all(url):
28
  return_list=[]
 
21
  )
22
  api=HfApi()
23
 
24
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
 
25
 
26
  def find_all(url):
27
  return_list=[]