huedaya commited on
Commit
27abc54
·
verified ·
1 Parent(s): 6b10b2e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -20,7 +20,8 @@ app.add_middleware(
20
  )
21
 
22
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
23
- client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
 
24
 
25
  class Item(BaseModel):
26
  prompt: str
 
20
  )
21
 
22
  # client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
23
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
24
+ # client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")
25
 
26
  class Item(BaseModel):
27
  prompt: str