phk0 commited on
Commit
9edf5e7
·
verified ·
1 Parent(s): 7eac4a0

change to Mixtral-8x7B-Instruct-v0.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import uvicorn
7
 
8
  app = FastAPI()
9
 
10
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
11
 
12
  class Item(BaseModel):
13
  prompt: str
 
7
 
8
  app = FastAPI()
9
 
10
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
11
 
12
  class Item(BaseModel):
13
  prompt: str