Spaces:
Running
Running
Update constant.py
Browse files- constant.py +2 -2
constant.py
CHANGED
@@ -6,5 +6,5 @@ load_dotenv(find_dotenv())
|
|
6 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
7 |
EMBEDDING_MODEL = "intfloat/multilingual-e5-small"
|
8 |
GEMINI_MODEL = "gemini-2.0-flash"
|
9 |
-
PATH_SCHEMA = "
|
10 |
-
PATH_DB = "
|
|
|
6 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
7 |
EMBEDDING_MODEL = "intfloat/multilingual-e5-small"
|
8 |
GEMINI_MODEL = "gemini-2.0-flash"
|
9 |
+
PATH_SCHEMA = "music-database-schema.json"
|
10 |
+
PATH_DB = "Cinhook_Sqlite.sqlite"
|