Akul commited on
Commit
20fd3e1
·
verified ·
1 Parent(s): dad967e

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("microsoft/Phi-3-small-128k-instruct")
10
 
11
  class Item(BaseModel):
12
  prompt: str
 
6
 
7
  app = FastAPI()
8
 
9
+ client = InferenceClient("bartowski/Llama-3-11.5B-Instruct-Coder-v2-GGUF")
10
 
11
  class Item(BaseModel):
12
  prompt: str