Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ import json
|
|
15 |
|
16 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
17 |
|
18 |
-
client = InferenceClient(model="
|
19 |
|
20 |
connection_string = "postgresql://neondb_owner:[email protected]/neondb?sslmode=require"
|
21 |
|
|
|
15 |
|
16 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
17 |
|
18 |
+
client = InferenceClient(model="mistralai/Mixtral-8x7B-Instruct-v0.1", token=HF_TOKEN)
|
19 |
|
20 |
connection_string = "postgresql://neondb_owner:[email protected]/neondb?sslmode=require"
|
21 |
|