Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -7,7 +7,7 @@ import uvicorn
|
|
7 |
|
8 |
app = FastAPI()
|
9 |
|
10 |
-
client = InferenceClient("
|
11 |
# client = InferenceClient("TheBloke/Mixtral-8x7B-Instruct-v0.1")
|
12 |
# client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
13 |
|
|
|
7 |
|
8 |
app = FastAPI()
|
9 |
|
10 |
+
client = InferenceClient("SanjiWatsuki/Silicon-Maid-7B")
|
11 |
# client = InferenceClient("TheBloke/Mixtral-8x7B-Instruct-v0.1")
|
12 |
# client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
13 |
|