Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,6 @@ def initialize():
|
|
50 |
global kadiAPY_bot
|
51 |
|
52 |
|
53 |
-
result = store_message_from_json()
|
54 |
-
print(result)
|
55 |
|
56 |
download_gitlab_repo_to_hfspace(GITLAB_API_URL, GITLAB_PROJECT_ID, GITLAB_PROJECT_VERSION, DATA_DIR, hf_api, HF_SPACE_NAME)
|
57 |
|
@@ -73,7 +71,7 @@ def initialize():
|
|
73 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|
74 |
|
75 |
|
76 |
-
result = store_message_from_json()
|
77 |
print(result)
|
78 |
|
79 |
|
|
|
50 |
global kadiAPY_bot
|
51 |
|
52 |
|
|
|
|
|
53 |
|
54 |
download_gitlab_repo_to_hfspace(GITLAB_API_URL, GITLAB_PROJECT_ID, GITLAB_PROJECT_VERSION, DATA_DIR, hf_api, HF_SPACE_NAME)
|
55 |
|
|
|
71 |
kadiAPY_bot = KadiAPYBot(llm, vectorstore)
|
72 |
|
73 |
|
74 |
+
result = store_message_from_json(HF_TOKEN)
|
75 |
print(result)
|
76 |
|
77 |
|