bhkkhjgkk commited on
Commit
68b47d7
·
verified ·
1 Parent(s): dad25ac

Update main.py

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