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