Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ from sqlalchemy.ext.declarative import declarative_base
|
|
11 |
|
12 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
13 |
|
14 |
-
connection_string = "postgresql://
|
15 |
|
16 |
Base = declarative_base()
|
17 |
|
|
|
11 |
|
12 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
13 |
|
14 |
+
connection_string = "postgresql://neondb_owner:DsyRQ3YCe0BH@ep-spring-king-a1xyegni.ap-southeast-1.aws.neon.tech/neondb?sslmode=require"
|
15 |
|
16 |
Base = declarative_base()
|
17 |
|