sguertl commited on
Commit
ae99e61
·
verified ·
1 Parent(s): 9d88833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import uvicorn
6
 
7
  app = FastAPI()
8
 
9
- client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
10
 
11
  class Item(BaseModel):
12
  prompt: str
 
6
 
7
  app = FastAPI()
8
 
9
+ client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
10
 
11
  class Item(BaseModel):
12
  prompt: str