Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,8 @@ import uvicorn
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
-
client = InferenceClient("mistralai/
|
|
|
10 |
|
11 |
class Item(BaseModel):
|
12 |
prompt: str
|
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.1")
|
10 |
+
#client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
11 |
|
12 |
class Item(BaseModel):
|
13 |
prompt: str
|