chripto commited on
Commit
fe9121a
·
verified ·
1 Parent(s): 8080bee

Update main.py

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