Spaces:
Sleeping
Sleeping
Use v0.3 as model
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
-
MODEL = "mistralai/Mistral-7B-Instruct-v0.
|
10 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
11 |
|
12 |
client = InferenceClient(model=MODEL, token=HF_TOKEN)
|
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
+
MODEL = "mistralai/Mistral-7B-Instruct-v0.3"
|
10 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
11 |
|
12 |
client = InferenceClient(model=MODEL, token=HF_TOKEN)
|