bhkkhjgkk commited on
Commit
9f57519
·
verified ·
1 Parent(s): 8dcda5c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ import uvicorn
6
 
7
  app = FastAPI()
8
 
9
- client = InferenceClient("EleutherAI/gpt-neox-20b")
10
 
11
  class Item(BaseModel):
12
  prompt: str
 
6
 
7
  app = FastAPI()
8
 
9
+ client = InferenceClient("microsoft/phi-3-mini-4k-instruct")
10
 
11
  class Item(BaseModel):
12
  prompt: str